Files
gf-core/examples/wiki/RestaurantSpa.gf
2008-03-04 11:56:12 +00:00

9 lines
178 B
Plaintext

--# -path=.:alltenses:prelude
concrete RestaurantSpa of Restaurant = RestaurantI with
(Syntax = SyntaxSpa),
(Grammar = GrammarSpa),
(LexRestaurant = LexRestaurantSpa) ;