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