diff options
Diffstat (limited to 'doc/tutorial/resource-food/FoodGer.gf')
| -rw-r--r-- | doc/tutorial/resource-food/FoodGer.gf | 5 |
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) ; |
