Changeset 174 for trunk/minid2.txt

Show
Ignore:
Timestamp:
05/27/07 17:07:40 (2 years ago)
Author:
JarrettBillingsley
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/minid2.txt

    r173 r174  
    254254 
    255255Module: 
    256     {Statement} EOF 
     256    ModuleDeclaration {Statement} EOF 
     257 
     258ModuleDeclaration: 
     259    'module' Identifier {'.' Identifier} ';' 
    257260 
    258261Statement: