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:
13
examples/phrasebook/Words.gf
Normal file
13
examples/phrasebook/Words.gf
Normal 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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user