1
0
forked from GitHub/gf-core

change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words

This commit is contained in:
aarne
2010-03-26 22:07:17 +00:00
parent c24440d134
commit 691620346c
27 changed files with 554 additions and 40 deletions

View File

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