From 6398140d0ac21ad05a0c595b77007631cd5e1265 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 18 Dec 2005 21:26:21 +0000 Subject: new tutorial example --- doc/tutorial/old/Paleolithic.gf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/tutorial/old/Paleolithic.gf (limited to 'doc/tutorial/old/Paleolithic.gf') diff --git a/doc/tutorial/old/Paleolithic.gf b/doc/tutorial/old/Paleolithic.gf new file mode 100644 index 000000000..05158ba18 --- /dev/null +++ b/doc/tutorial/old/Paleolithic.gf @@ -0,0 +1,16 @@ +abstract Paleolithic = { +cat + S ; NP ; VP ; CN ; A ; V ; TV ; + +fun + PredVP : NP -> VP -> S ; + UseV : V -> VP ; + ComplTV : TV -> NP -> VP ; + UseA : A -> VP ; + ModA : A -> CN -> CN ; + This, That, Def, Indef : CN -> NP ; + Boy, Louse, Snake, Worm : CN ; + Green, Rotten, Thick, Warm : A ; + Laugh, Sleep, Swim : V ; + Eat, Kill, Wash : TV ; +} \ No newline at end of file -- cgit v1.2.3