Ignore:
Timestamp:
Nov 11, 2009, 10:30:00 AM (15 years ago)
Author:
george
Message:
  • Delphi projekt převeden na Lazarus projekt.
Location:
branches/Analyzátor gramatiky
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/Analyzátor gramatiky

    • Property svn:ignore
      •  

        old new  
        11*.exe
        22*.dcu
         3backup
         4lib
  • branches/Analyzátor gramatiky/grammer/test.grm

    r10 r28  
    44constant = CONST constant_definition { ',' constant_definition } ';' .
    55constant_definition = NAME '=' NUMBER .
    6 variable = VAR NAME { ',' NAME } ';' .
     6variable =
     7VAR NAME { ',' NAME } ';' .
    78function = FUNCTION NAME '(' [ NAME { ',' NAME } ]  ')' block ';' .
    89expression = [ ( '-' | '+' ) ] term { ( '-' | '+' ) term } .
Note: See TracChangeset for help on using the changeset viewer.