summaryrefslogtreecommitdiff
path: root/old-examples/wiki/RestaurantEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'old-examples/wiki/RestaurantEng.gf')
-rw-r--r--old-examples/wiki/RestaurantEng.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/old-examples/wiki/RestaurantEng.gf b/old-examples/wiki/RestaurantEng.gf
new file mode 100644
index 000000000..1d1655ff7
--- /dev/null
+++ b/old-examples/wiki/RestaurantEng.gf
@@ -0,0 +1,8 @@
+
+--# -path=.:alltenses:prelude
+
+concrete RestaurantEng of Restaurant = RestaurantI with
+
+ (Syntax = SyntaxEng),
+ (Grammar = GrammarEng),
+ (LexRestaurant = LexRestaurantEng) ;