summaryrefslogtreecommitdiff
path: root/doc/tutorial/PaleolithicEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-18 21:26:21 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-18 21:26:21 +0000
commit6398140d0ac21ad05a0c595b77007631cd5e1265 (patch)
treefae648d7e9e344fa850be37f1eb0b3b29e8f17e6 /doc/tutorial/PaleolithicEng.gf
parenta205829623ea7b928c84e56cd6453148f123a3d5 (diff)
new tutorial example
Diffstat (limited to 'doc/tutorial/PaleolithicEng.gf')
-rw-r--r--doc/tutorial/PaleolithicEng.gf28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/tutorial/PaleolithicEng.gf b/doc/tutorial/PaleolithicEng.gf
deleted file mode 100644
index ac78f9d9d..000000000
--- a/doc/tutorial/PaleolithicEng.gf
+++ /dev/null
@@ -1,28 +0,0 @@
-concrete PaleolithicEng of Paleolithic = {
-lincat
- S, NP, VP, CN, A, V, TV = {s : Str} ;
-lin
- PredVP np vp = {s = np.s ++ vp.s} ;
- UseV v = v ;
- ComplTV tv np = {s = tv.s ++ np.s} ;
- UseA a = {s = "is" ++ a.s} ;
- This cn = {s = "this" ++ cn.s} ;
- That cn = {s = "that" ++ cn.s} ;
- Def cn = {s = "the" ++ cn.s} ;
- Indef cn = {s = "a" ++ cn.s} ;
- ModA a cn = {s = a.s ++ cn.s} ;
- Boy = {s = "boy"} ;
- Louse = {s = "louse"} ;
- Snake = {s = "snake"} ;
- Worm = {s = "worm"} ;
- Green = {s = "green"} ;
- Rotten = {s = "rotten"} ;
- Thick = {s = "thick"} ;
- Warm = {s = "warm"} ;
- Laugh = {s = "laughs"} ;
- Sleep = {s = "sleeps"} ;
- Swim = {s = "swims"} ;
- Eat = {s = "eats"} ;
- Kill = {s = "kills"} ;
- Wash = {s = "washes"} ;
-} \ No newline at end of file