source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf.samples/trunk/refactoring_and_validation_samples/10_duplicate_subrules/test.bnf @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
File size: 206 bytes
Line 
1grammar test;
2
3// demo grammar for the following refactorings and validation rules:
4// - subrule duplicates validation
5
61. start ::= two three
72. two ::= "bla-2" | "foobar"
83. three ::= "bla-3" | "foobar"
Note: See TracBrowser for help on using the repository browser.