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

concrete DemoIta of Demo = 
  NounIta,
  ClauseIta,
  AdjectiveIta,
  AdverbIta,
  NumeralIta,
  QuestionIta,
  StructuralIta,
  LexiconIta
  ** {

flags language = it; unlexer = text ; lexer = text ;

} ;