summaryrefslogtreecommitdiff
path: root/doc/tutorial/paleolithic.ebnf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial/paleolithic.ebnf')
-rw-r--r--doc/tutorial/paleolithic.ebnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/paleolithic.ebnf b/doc/tutorial/paleolithic.ebnf
index 96b155993..cd091ae04 100644
--- a/doc/tutorial/paleolithic.ebnf
+++ b/doc/tutorial/paleolithic.ebnf
@@ -2,7 +2,7 @@ S ::= NP VP ;
VP ::= V | TV NP | "is" A ;
NP ::= ("this" | "that" | "the" | "a") CN ;
CN ::= A CN ;
-CN ::= "bird" | "boy" | "man" | "louse" | "snake" | "worm" ;
-A ::= "big" | "green" | "rotten" | "thick" | "warm" ;
+CN ::= "boy" | "louse" | "snake" | "worm" ;
+A ::= "green" | "rotten" | "thick" | "warm" ;
V ::= "laughs" | "sleeps" | "swims" ;
TV ::= "eats" | "kills" | "washes" ;