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

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
File size: 286 bytes
Line 
1grammar test;
2
3// demo grammar for the following refactorings and validation rules:
4// - inline all single referenced rules
5// - rule referenced only once validation
6// - inline rule quickfix
7
81. start ::= two three four
92. two ::= "bla-1"
103. three ::= "bla-2"
114. four ::= "foo" "bar"
Note: See TracBrowser for help on using the repository browser.