From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/tutorial/syntax/TestEng.gf | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 examples/tutorial/syntax/TestEng.gf (limited to 'examples/tutorial/syntax/TestEng.gf') diff --git a/examples/tutorial/syntax/TestEng.gf b/examples/tutorial/syntax/TestEng.gf deleted file mode 100644 index 32491c000..000000000 --- a/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" ; -} - -- cgit v1.2.3