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

concrete DemoCat of Demo = 
  NounCat,
  ClauseCat,
  AdjectiveCat,
  AdverbCat,
  NumeralCat,
  QuestionCat,
  StructuralCat,
  LexiconCat
  ** {

flags language = ca; unlexer = text ; lexer = text ;

} ;