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

concrete DemoFre of Demo = 
  NounFre,
  ClauseFre,
  AdjectiveFre,
  AdverbFre,
  NumeralFre,
  QuestionFre,
  StructuralFre,
  LexiconFre
  ** {

flags language = fr; unlexer = text ; lexer = text ;

} ;