diff options
Diffstat (limited to 'old-examples/tutorial/resource-foods/ExtFoodsGer.gf')
| -rw-r--r-- | old-examples/tutorial/resource-foods/ExtFoodsGer.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old-examples/tutorial/resource-foods/ExtFoodsGer.gf b/old-examples/tutorial/resource-foods/ExtFoodsGer.gf new file mode 100644 index 000000000..62285e3ae --- /dev/null +++ b/old-examples/tutorial/resource-foods/ExtFoodsGer.gf @@ -0,0 +1,5 @@ +--# -path=.:../foods:present:prelude + +concrete ExtFoodsGer of ExtFoods = FoodsGer ** ExtFoodsI with + (Syntax = SyntaxGer), + (LexFoods = LexFoodsGer) ; |
