refs for book

This commit is contained in:
aarne
2007-09-11 13:13:48 +00:00
parent e68a4c82a7
commit 1d40350b6e
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Phrase ::=
("this" | "that") Quality* ("wine" | "cheese" | "fish") "is" Quality ;
Quality ::=
("very"* ("fresh" | "warm" | "boring" | "Italian" | "expensive")) ;