summaryrefslogtreecommitdiff
path: root/doc/tutorial/paleolithic.ebnf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-18 21:26:21 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-18 21:26:21 +0000
commit6398140d0ac21ad05a0c595b77007631cd5e1265 (patch)
treefae648d7e9e344fa850be37f1eb0b3b29e8f17e6 /doc/tutorial/paleolithic.ebnf
parenta205829623ea7b928c84e56cd6453148f123a3d5 (diff)
new tutorial example
Diffstat (limited to 'doc/tutorial/paleolithic.ebnf')
-rw-r--r--doc/tutorial/paleolithic.ebnf8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/tutorial/paleolithic.ebnf b/doc/tutorial/paleolithic.ebnf
deleted file mode 100644
index cd091ae04..000000000
--- a/doc/tutorial/paleolithic.ebnf
+++ /dev/null
@@ -1,8 +0,0 @@
-S ::= NP VP ;
-VP ::= V | TV NP | "is" A ;
-NP ::= ("this" | "that" | "the" | "a") CN ;
-CN ::= A CN ;
-CN ::= "boy" | "louse" | "snake" | "worm" ;
-A ::= "green" | "rotten" | "thick" | "warm" ;
-V ::= "laughs" | "sleeps" | "swims" ;
-TV ::= "eats" | "kills" | "washes" ;