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

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