summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter5/FoodsFin.gf
blob: 34da5764b806c288e16aefeaf3f1553523075206 (plain)
1
2
3
4
5
6
7
--# -path=.:present

-- (c) 2009 Aarne Ranta under LGPL

concrete FoodsFin of Foods = FoodsI with 
  (Syntax = SyntaxFin),
  (LexFoods = LexFoodsFin) ;