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

9 lines
178 B
Plaintext

--# -path=.:alltenses:prelude
concrete RestaurantEng of Restaurant = RestaurantI with
(Syntax = SyntaxEng),
(Grammar = GrammarEng),
(LexRestaurant = LexRestaurantEng) ;