source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf.samples/trunk/refactoring_and_validation_samples/13_broken_alternative_logic/test_07.bnf @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
File size: 141 bytes
Line 
1grammar test;
2// left-factoring special cases
3
4
5a ::= "foo" | "bar" | ("foo" "bar")
6// ->
7//a ::= "foo" ["bar"] | ["foo"] "bar" //sinnvoll??
Note: See TracBrowser for help on using the repository browser.