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/animals/AnimalsEng.gf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 examples/animals/AnimalsEng.gf (limited to 'examples/animals/AnimalsEng.gf') diff --git a/examples/animals/AnimalsEng.gf b/examples/animals/AnimalsEng.gf deleted file mode 100644 index dcebdd315..000000000 --- a/examples/animals/AnimalsEng.gf +++ /dev/null @@ -1,15 +0,0 @@ ---# -path=.:present - -concrete AnimalsEng of Animals = QuestionsEng ** - open SyntaxEng, ParadigmsEng, IrregEng in { - - lin - Dog = mkN "dog" ; - Cat = mkN "cat" ; - Mouse = mkN "mouse" "mice" ; - Lion = mkN "lion" ; - Zebra = mkN "zebra" ; - Chase = mkV2 "chase" ; - Eat = mkV2 eat_V ; - See = mkV2 see_V ; -} -- cgit v1.2.3