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