diff options
| author | aarne <aarne@chalmers.se> | 2010-03-26 22:07:17 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-26 22:07:17 +0000 |
| commit | 691620346ccdae242ce8b203fc04d3ffeeea6247 (patch) | |
| tree | c480f98b2615bf16236d0a89e052f0dd0c59712a /examples/phrasebook/Food.gf | |
| parent | c24440d1346a01d660f83359d8ef72a2ef1b0c13 (diff) | |
change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words
Diffstat (limited to 'examples/phrasebook/Food.gf')
| -rw-r--r-- | examples/phrasebook/Food.gf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/phrasebook/Food.gf b/examples/phrasebook/Food.gf deleted file mode 100644 index c0ee9077e..000000000 --- a/examples/phrasebook/Food.gf +++ /dev/null @@ -1,8 +0,0 @@ --- (c) 2009 Aarne Ranta under LGPL - -abstract Food = Sentences ** { - fun - Wine, Cheese, Fish, Pizza : Kind ; - Fresh, Warm, Italian, - Expensive, Delicious, Boring : Quality ; -} |
