From 691620346ccdae242ce8b203fc04d3ffeeea6247 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 26 Mar 2010 22:07:17 +0000 Subject: change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words --- examples/phrasebook/Phrasebook.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/phrasebook/Phrasebook.gf') diff --git a/examples/phrasebook/Phrasebook.gf b/examples/phrasebook/Phrasebook.gf index f5f5a4663..001b250f5 100644 --- a/examples/phrasebook/Phrasebook.gf +++ b/examples/phrasebook/Phrasebook.gf @@ -1,6 +1,6 @@ abstract Phrasebook = Greetings, - Food + Words ** { flags startcat = Phrase ; @@ -11,6 +11,7 @@ cat fun PNumeral : Numeral -> Phrase ; PSentence : Sentence -> Phrase ; + PQuestion : Question -> Phrase ; PGreeting : Greeting -> Phrase ; ---- PGreeting : Politeness -> Gender -> Gender -> Greeting -> Phrase ; -- cgit v1.2.3