source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf.generator/src/model/repeatedRuleTest1.bnf @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
File size: 103 bytes
Line 
1grammar repeatedruletest1;
2
3a ::= b {c e} d
4
5b ::= "foo"
6c ::= "bar"
7d ::= "magic"
8e ::= b {d} b
Note: See TracBrowser for help on using the repository browser.