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 | |
---|---|
1 | grammar 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 | |
8 | 1. start ::= two three four |
9 | 2. two ::= "bla-1" |
10 | 3. three ::= "bla-2" |
11 | 4. four ::= "foo" "bar" |
Note: See TracBrowser
for help on using the repository browser.