Changeset 28 for branches/Analyzátor gramatiky/grammer/test.grm
- Timestamp:
- Nov 11, 2009, 10:30:00 AM (15 years ago)
- Location:
- branches/Analyzátor gramatiky
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Analyzátor gramatiky
- Property svn:ignore
-
old new 1 1 *.exe 2 2 *.dcu 3 backup 4 lib
-
- Property svn:ignore
-
branches/Analyzátor gramatiky/grammer/test.grm
r10 r28 4 4 constant = CONST constant_definition { ',' constant_definition } ';' . 5 5 constant_definition = NAME '=' NUMBER . 6 variable = VAR NAME { ',' NAME } ';' . 6 variable = 7 VAR NAME { ',' NAME } ';' . 7 8 function = FUNCTION NAME '(' [ NAME { ',' NAME } ] ')' block ';' . 8 9 expression = [ ( '-' | '+' ) ] term { ( '-' | '+' ) term } .
Note:
See TracChangeset
for help on using the changeset viewer.