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

-- (c) 2009 Aarne Ranta under LGPL

concrete FoodsGer of Foods = FoodsI with 
  (Syntax = SyntaxGer),
  (LexFoods = LexFoodsGer) ;