summaryrefslogtreecommitdiff
path: root/examples/animals/Animals.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animals/Animals.gf')
-rw-r--r--examples/animals/Animals.gf12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/animals/Animals.gf b/examples/animals/Animals.gf
deleted file mode 100644
index 33b56e740..000000000
--- a/examples/animals/Animals.gf
+++ /dev/null
@@ -1,12 +0,0 @@
--- The Question grammar specialized to animals.
-
-abstract Animals = Questions ** {
-
- flags startcat=Phrase ;
-
- fun
- -- a lexicon of animals and actions among them
- Dog, Cat, Mouse, Lion, Zebra : Entity ;
- Chase, Eat, See : Action ;
-}
-