summaryrefslogtreecommitdiff
path: root/doc/tutorial/resource-food/FoodGer.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-07-05 20:52:56 +0000
committeraarne <aarne@cs.chalmers.se>2007-07-05 20:52:56 +0000
commit1aff0ee08a2ff7e752e2fec4c915852e8b6438f6 (patch)
tree4928fc0ff0b39b748d85c5040d8603f5dcaf9fdf /doc/tutorial/resource-food/FoodGer.gf
parent63f060dcf62a23c518379c46af40461afacfb27c (diff)
resource-food example in tutorial
Diffstat (limited to 'doc/tutorial/resource-food/FoodGer.gf')
-rw-r--r--doc/tutorial/resource-food/FoodGer.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/resource-food/FoodGer.gf b/doc/tutorial/resource-food/FoodGer.gf
new file mode 100644
index 000000000..2e76d3f39
--- /dev/null
+++ b/doc/tutorial/resource-food/FoodGer.gf
@@ -0,0 +1,5 @@
+--# -path=.:present:prelude
+
+concrete FoodGer of Food = FoodI with
+ (Syntax = SyntaxGer),
+ (LexFood = LexFoodGer) ;