diff options
Diffstat (limited to 'examples/foods/FoodsGer.gf')
| -rw-r--r-- | examples/foods/FoodsGer.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/foods/FoodsGer.gf b/examples/foods/FoodsGer.gf new file mode 100644 index 000000000..934cefb9c --- /dev/null +++ b/examples/foods/FoodsGer.gf @@ -0,0 +1,7 @@ +--# -path=.:present + +-- (c) 2009 Aarne Ranta under LGPL + +concrete FoodsGer of Foods = FoodsI with + (Syntax = SyntaxGer), + (LexFoods = LexFoodsGer) ; |
