diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-11 09:21:59 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-11 09:21:59 +0000 |
| commit | db18350b1e55f7edfca8f02b0b233a6a7dcbb1ec (patch) | |
| tree | 525fd7fc741c53a4021d1edd9538452ee388e4d3 /examples/tutorial/resource-foods/FoodsSwe.gf | |
| parent | ca59050abc8efccfb59b93cfbd8da93556605928 (diff) | |
fixed some tutorial grammars and updated embedded section (JavaScript and web TODO)
Diffstat (limited to 'examples/tutorial/resource-foods/FoodsSwe.gf')
| -rw-r--r-- | examples/tutorial/resource-foods/FoodsSwe.gf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/tutorial/resource-foods/FoodsSwe.gf b/examples/tutorial/resource-foods/FoodsSwe.gf new file mode 100644 index 000000000..a77f924ad --- /dev/null +++ b/examples/tutorial/resource-foods/FoodsSwe.gf @@ -0,0 +1,5 @@ +--# -path=.:../foods:present + +concrete FoodsSwe of Foods = FoodsI with + (Syntax = SyntaxSwe), + (LexFoods = LexFoodsSwe) ; |
