forked from GitHub/gf-core
Founding the newly structured GF2.0 cvs archive.
This commit is contained in:
15
grammars/resource/abstract/Restaurant.gf
Normal file
15
grammars/resource/abstract/Restaurant.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
abstract Restaurant = Database ** {
|
||||
|
||||
fun
|
||||
Restaurant, Bar : Noun ;
|
||||
French, Italian, Indian, Japanese : Property ;
|
||||
address, phone, priceLevel : Feature ;
|
||||
Cheap, Expensive : Comparison ;
|
||||
|
||||
WhoRecommend : Name -> Phras ;
|
||||
WhoHellRecommend : Name -> Phras ;
|
||||
|
||||
|
||||
-- examples of restaurant names
|
||||
LucasCarton : Name ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user