mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
4
old-examples/tutorial/food/food.ebnf
Normal file
4
old-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