diff options
Diffstat (limited to 'old-examples/wiki/RestaurantSwe.gf')
| -rw-r--r-- | old-examples/wiki/RestaurantSwe.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old-examples/wiki/RestaurantSwe.gf b/old-examples/wiki/RestaurantSwe.gf new file mode 100644 index 000000000..9cd487892 --- /dev/null +++ b/old-examples/wiki/RestaurantSwe.gf @@ -0,0 +1,8 @@ + +--# -path=.:alltenses:prelude + +concrete RestaurantSwe of Restaurant = RestaurantI with + + (Syntax = SyntaxSwe), + (Grammar = GrammarSwe), + (LexRestaurant = LexRestaurantSwe) ; |
