source:
default/trunk/de.ugoe.cs.swe.bnftools.ebnf.samples/trunk/refactoring_and_validation_samples/11_optional_zero_or_more_loop_rules/test_01.bnf
| Last change on this file was 5, checked in by zeiss, 15 years ago | |
|---|---|
| File size: 245 bytes | |
| Line | |
|---|---|
| 1 | grammar test; |
| 2 | |
| 3 | // demo grammar for the following refactorings and validation rules: |
| 4 | // - (unimplemented) optional zero or more loop validation (outer optional brackets are superfluous) |
| 5 | |
| 6 | 1. start ::= [ { "foo" } ]; |
| 7 | |
| 8 | // -> 1. start ::= { "foo" }; |
Note: See TracBrowser
for help on using the repository browser.
