summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoGer.gf
blob: ca93cc03713c733b10b2684a4895a45bd141f572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--# -path=.:alltenses

concrete DemoGer of Demo = 
  NounGer,
  ClauseGer,
  AdjectiveGer,
  AdverbGer,
  NumeralGer,
  QuestionGer,
  StructuralGer,
  LexiconGer
  ** {

flags language = de; unlexer = text ; lexer = text ;

} ;