diff options
Diffstat (limited to 'examples-3.0/tutorial/resource-foods/ExtFoodsFin.gf')
| -rw-r--r-- | examples-3.0/tutorial/resource-foods/ExtFoodsFin.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples-3.0/tutorial/resource-foods/ExtFoodsFin.gf b/examples-3.0/tutorial/resource-foods/ExtFoodsFin.gf new file mode 100644 index 000000000..9cf90dfa0 --- /dev/null +++ b/examples-3.0/tutorial/resource-foods/ExtFoodsFin.gf @@ -0,0 +1,5 @@ +--# -path=.:../foods:present:prelude + +concrete ExtFoodsFin of ExtFoods = FoodsFin ** ExtFoodsI with + (Syntax = SyntaxFin), + (LexFoods = LexFoodsFin) ; |
