diff options
Diffstat (limited to 'doc/tutorial/old/paleolithic.ebnf')
| -rw-r--r-- | doc/tutorial/old/paleolithic.ebnf | 8 |
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" ; |
