Files
gf-core/lib/resource/doc/example/Animals.gf
2005-11-03 10:31:27 +00:00

13 lines
246 B
Plaintext

-- 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 ;
}