1
0
forked from GitHub/gf-core

oops, renamed files

This commit is contained in:
aarne
2005-04-16 16:02:51 +00:00
parent b71611851a
commit 026701b2f7
2 changed files with 34 additions and 0 deletions

View File

@@ -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" ;