From 3155a82696ba533c4a59f84a495982b9eb1a9b83 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 20 Apr 2005 19:55:00 +0000 Subject: smaller exx --- doc/tutorial/paleolithic.ebnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tutorial/paleolithic.ebnf') 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" ; -- cgit v1.2.3