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