forked from GitHub/gf-core
refs for book
This commit is contained in:
4
examples/tutorial/food/food.ebnf
Normal file
4
examples/tutorial/food/food.ebnf
Normal file
@@ -0,0 +1,4 @@
|
||||
Phrase ::=
|
||||
("this" | "that") Quality* ("wine" | "cheese" | "fish") "is" Quality ;
|
||||
Quality ::=
|
||||
("very"* ("fresh" | "warm" | "boring" | "Italian" | "expensive")) ;
|
||||
Reference in New Issue
Block a user