Files
gf-core/gf-book/examples/chapter5/FoodsCat.gf
2011-01-11 15:46:43 +00:00

8 lines
154 B
Plaintext

--# -path=.:present
-- (c) 2009 Jordi Saludes under LGPL
concrete FoodsCat of Foods = FoodsI with
(Syntax = SyntaxCat),
(LexFoods = LexFoodsCat) ;