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

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