summaryrefslogtreecommitdiff
path: root/grammars/resource/abstract/Restaurant.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/resource/abstract/Restaurant.gf')
-rw-r--r--grammars/resource/abstract/Restaurant.gf15
1 files changed, 0 insertions, 15 deletions
diff --git a/grammars/resource/abstract/Restaurant.gf b/grammars/resource/abstract/Restaurant.gf
deleted file mode 100644
index 5c4ae4681..000000000
--- a/grammars/resource/abstract/Restaurant.gf
+++ /dev/null
@@ -1,15 +0,0 @@
-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 ;
-} ;