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