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

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