summaryrefslogtreecommitdiff
path: root/old-examples/tutorial/syntax/TestEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-27 09:18:50 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-27 09:18:50 +0000
commit5c713d8f027a9b6be687ee3f7e917e8bd2115773 (patch)
tree65da19829810b753345a5b2164bef2d8876268dd /old-examples/tutorial/syntax/TestEng.gf
parentf7b2a83059697f1b36a6369e489ac276e7ff875d (diff)
took away old-examples
Diffstat (limited to 'old-examples/tutorial/syntax/TestEng.gf')
-rw-r--r--old-examples/tutorial/syntax/TestEng.gf23
1 files changed, 0 insertions, 23 deletions
diff --git a/old-examples/tutorial/syntax/TestEng.gf b/old-examples/tutorial/syntax/TestEng.gf
deleted file mode 100644
index 32491c000..000000000
--- a/old-examples/tutorial/syntax/TestEng.gf
+++ /dev/null
@@ -1,23 +0,0 @@
---# -path=.:resource:prelude
-
-concrete TestEng of Test = GrammarEng ** open Prelude, MorphoEng in {
-
- lin
- wine_N = mkN "wine" ;
- cheese_N = mkN "cheese" ;
- fish_N = mkN "fish" "fish" ;
- pizza_N = mkN "pizza" ;
- waiter_N = mkN "waiter" ;
- customer_N = mkN "customer" ;
- fresh_A = mkA "fresh" ;
- warm_A = mkA "warm" ;
- italian_A = mkA "Italian" ;
- expensive_A = mkA "expensive" ;
- delicious_A = mkA "delicious" ;
- boring_A = mkA "boring" ;
- stink_V = mkV "stink" ;
- eat_V2 = mkV2 (mkV "eat") ;
- love_V2 = mkV2 (mkV "love") ;
- talk_V2 = mkV2 (mkV "talk") "about" ;
-}
-