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

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
File size: 89 bytes
Line 
1grammar groupruletest;
2
3a ::= b (c (d)) d
4
5b ::= "foo"
6c ::= "midfoo"
7d ::= "bar"
Note: See TracBrowser for help on using the repository browser.