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/TestIta.gf | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 examples/tutorial/syntax/TestIta.gf (limited to 'examples/tutorial/syntax/TestIta.gf') diff --git a/examples/tutorial/syntax/TestIta.gf b/examples/tutorial/syntax/TestIta.gf deleted file mode 100644 index 5e05cdcab..000000000 --- a/examples/tutorial/syntax/TestIta.gf +++ /dev/null @@ -1,23 +0,0 @@ ---# -path=.:resource:prelude - -concrete TestIta of Test = GrammarIta ** open Prelude, MorphoIta in { - - lin - wine_N = regNoun "vino" ; - cheese_N = regNoun "formaggio" ; - fish_N = regNoun "pesce" ; - pizza_N = regNoun "pizza" ; - waiter_N = regNoun "cameriere" ; - customer_N = regNoun "cliente" ; - fresh_A = regAdjective "fresco" ; - warm_A = regAdjective "caldo" ; - italian_A = regAdjective "italiano" ; - expensive_A = regAdjective "caro" ; - delicious_A = regAdjective "delizioso" ; - boring_A = regAdjective "noioso" ; - stink_V = regVerb "puzzare" ; - eat_V2 = regVerb "mangiare" ** {c = []} ; - love_V2 = regVerb "amare" ** {c = []} ; - talk_V2 = regVerb "parlare" ** {c = "di"} ; -} - -- cgit v1.2.3