diff options
| author | aarne <unknown> | 2005-04-20 19:55:00 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-20 19:55:00 +0000 |
| commit | 3155a82696ba533c4a59f84a495982b9eb1a9b83 (patch) | |
| tree | 551b128b2dffea34bb56a570ac74a14fb1f0fd50 /doc/tutorial/paleolithic.ebnf | |
| parent | eabbc979dfbef3e23069ac243d54d2a6eca19e18 (diff) | |
smaller exx
Diffstat (limited to 'doc/tutorial/paleolithic.ebnf')
| -rw-r--r-- | doc/tutorial/paleolithic.ebnf | 4 |
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" ; |
