summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter5/FoodsIta.gf
blob: 51baf9d707110603673960ac0da6fe383f1d2d92 (plain)
1
2
3
4
5
6
7
8
--# -path=.:present

-- (c) 2009 Aarne Ranta under LGPL

concrete FoodsIta of Foods = FoodsI with 
  (Syntax = SyntaxIta),
  (LexFoods = LexFoodsIta) ;