summaryrefslogtreecommitdiff
path: root/doc/tutorial/old/paleolithic.ebnf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-27 11:27:40 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-27 11:27:40 +0000
commit032531c6a690edbb377ff11ee2a743a30c5bf500 (patch)
tree21842e9061dc8dd54e2666c65160d2616537dae7 /doc/tutorial/old/paleolithic.ebnf
parente4e64c13a69db6505df499a0c3445ada9b1b2d88 (diff)
rm old tutorials
Diffstat (limited to 'doc/tutorial/old/paleolithic.ebnf')
-rw-r--r--doc/tutorial/old/paleolithic.ebnf8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/tutorial/old/paleolithic.ebnf b/doc/tutorial/old/paleolithic.ebnf
deleted file mode 100644
index cd091ae04..000000000
--- a/doc/tutorial/old/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" ;