source:
default/trunk/de.ugoe.cs.swe.bnftools.ebnf.samples/trunk/refactoring_and_validation_samples/09_equal_rules/test.bnf
@
5
| Last change on this file since 5 was 5, checked in by zeiss, 16 years ago | |
|---|---|
| File size: 199 bytes | |
| Line | |
|---|---|
| 1 | grammar test; |
| 2 | |
| 3 | // demo grammar for the following refactorings and validation rules: |
| 4 | // - duplicate rules validation |
| 5 | |
| 6 | 1. start ::= two three |
| 7 | 2. two ::= "bla-1" "foobar" |
| 8 | 3. three ::= "bla-1" "foobar" |
Note: See TracBrowser
for help on using the repository browser.
