summaryrefslogtreecommitdiff
path: root/examples/tutorial/resource-foods/FoodsGer.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-09-02 19:53:55 +0000
committeraarne <aarne@cs.chalmers.se>2007-09-02 19:53:55 +0000
commit2ad038e20448198dce182e58ed999a6e35293ba7 (patch)
treed946c69ea5360c693dd56b089bb62f2914770fac /examples/tutorial/resource-foods/FoodsGer.gf
parent545bcc10ac46bd9e760b005c688f8c5199237424 (diff)
resource using exx revised
Diffstat (limited to 'examples/tutorial/resource-foods/FoodsGer.gf')
-rw-r--r--examples/tutorial/resource-foods/FoodsGer.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/tutorial/resource-foods/FoodsGer.gf b/examples/tutorial/resource-foods/FoodsGer.gf
new file mode 100644
index 000000000..1c5090ff6
--- /dev/null
+++ b/examples/tutorial/resource-foods/FoodsGer.gf
@@ -0,0 +1,5 @@
+--# -path=.:../foods:present:prelude
+
+concrete FoodsGer of Foods = FoodsI with
+ (Syntax = SyntaxGer),
+ (LexFoods = LexFoodsGer) ;