From 77270a010a0b453e9a84c3e62db7cfd22e49d55d Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 14 Aug 2008 07:58:04 +0000 Subject: Remove the grammars directory. It was full of old grammars that don't compile these days. See the old source distributions if you want them. --- grammars/database/Restaurant.gf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 grammars/database/Restaurant.gf (limited to 'grammars/database/Restaurant.gf') diff --git a/grammars/database/Restaurant.gf b/grammars/database/Restaurant.gf deleted file mode 100644 index 16ebcf53b..000000000 --- a/grammars/database/Restaurant.gf +++ /dev/null @@ -1,16 +0,0 @@ -abstract Restaurant = Database ** { - -fun - Restaurant, Bar : Category ; - French, Italian, Indian, Japanese : Property ; - address, phone, priceLevel : Feature ; - Cheap, Expensive : Comparison ; - - WhoRecommend : Name -> Query ; - WhoHellRecommend : Name -> Query ; - --- examples of restaurant names - LucasCarton : Name ; - LaCoupole : Name ; - BurgerKing : Name ; -} ; -- cgit v1.2.3