source:
default/trunk/de.ugoe.cs.swe.bnftools.ebnf.samples/trunk/old-samples/test3/packageA.bnf
@
5
Last change on this file since 5 was 5, checked in by zeiss, 14 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | grammar packageA; |
2 | |
3 | import "core.bnf"/core; |
4 | |
5 | ruleA ::= ruleB (packageArule1 ) | (ruleC ) |
6 | packageArule1 ::= "packageA1-rule 1" |
Note: See TracBrowser
for help on using the repository browser.