source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf.samples/trunk/refactoring_and_validation_samples/12_optional_once_or_more_loop_rules/test_02.bnf @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
File size: 230 bytes
Line 
1grammar test;
2
3// demo grammar for the following refactorings and validation rules:
4// - (unimplemented) optional once or more loop validation (inner "+" is superfluous)
5
61. start ::= [ secondrule ];
7
82. secondrule ::= { "foo" }+
Note: See TracBrowser for help on using the repository browser.