From 026701b2f76a7c4b07d57b89185dc6be276bcf72 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 16 Apr 2005 16:02:51 +0000 Subject: oops, renamed files --- doc/tutorial/paleolithic.ebnf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/tutorial/paleolithic.ebnf (limited to 'doc/tutorial/paleolithic.ebnf') diff --git a/doc/tutorial/paleolithic.ebnf b/doc/tutorial/paleolithic.ebnf new file mode 100644 index 000000000..96b155993 --- /dev/null +++ b/doc/tutorial/paleolithic.ebnf @@ -0,0 +1,8 @@ +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" ; +V ::= "laughs" | "sleeps" | "swims" ; +TV ::= "eats" | "kills" | "washes" ; -- cgit v1.2.3