diff options
| author | aarne <unknown> | 2005-04-16 16:02:03 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2005-04-16 16:02:03 +0000 |
| commit | b71611851aa908767903bf819256d1d4f56e13d4 (patch) | |
| tree | 2cace9f06a9f419dae6224f8063765e388479ea9 /doc/tutorial/neolithic.cf | |
| parent | e24a8298f0bd527c155984306ad8a09273e05943 (diff) | |
arrived to the module system
Diffstat (limited to 'doc/tutorial/neolithic.cf')
| -rw-r--r-- | doc/tutorial/neolithic.cf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/tutorial/neolithic.cf b/doc/tutorial/neolithic.cf deleted file mode 100644 index d9869a257..000000000 --- a/doc/tutorial/neolithic.cf +++ /dev/null @@ -1,26 +0,0 @@ -PredVP. S ::= NP VP ; -UseV. VP ::= V ; -ComplTV. VP ::= TV NP ; -UseA. VP ::= "is" A ; -This. NP ::= "this" CN ; -That. NP ::= "that" CN ; -Def. NP ::= "the" CN ; -Indef. NP ::= "a" CN ; -ModA. CN ::= A CN ; -Bird. CN ::= "bird" ; -Boy. CN ::= "boy" ; -Man. CN ::= "man" ; -Louse. CN ::= "louse" ; -Snake. CN ::= "snake" ; -Worm. CN ::= "worm" ; -Big. A ::= "big" ; -Green. A ::= "green" ; -Rotten. A ::= "rotten" ; -Thick. A ::= "thick" ; -Warm. A ::= "warm" ; -Laugh. V ::= "laughs" ; -Sleep. V ::= "sleeps" ; -Swim. V ::= "swims" ; -Eat. TV ::= "eats" ; -Kill. TV ::= "kills" -Wash. TV ::= "washes" ; |
