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