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

concrete DemoFin of Demo = 
  NounFin,
  ClauseFin,
  AdjectiveFin,
  AdverbFin,
  NumeralFin,
  QuestionFin,
  StructuralFin,
  LexiconFin
  ** {

flags language = fi; unlexer = text ; lexer = text ;

} ;