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/Words.gf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/phrasebook/Words.gf (limited to 'examples/phrasebook/Words.gf') diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf new file mode 100644 index 000000000..dec6358ac --- /dev/null +++ b/examples/phrasebook/Words.gf @@ -0,0 +1,13 @@ +-- (c) 2009 Aarne Ranta under LGPL + +abstract Words = Sentences ** { + fun + Wine, Cheese, Fish, Pizza : Kind ; + Fresh, Warm, Italian, + Expensive, Delicious, Boring : Quality ; + + Bar, Restaurant, Toilet : PlaceKind ; + + Euro, Dollar, Lei : Currency ; + +} -- cgit v1.2.3