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

concrete DemoNor of Demo = 
  NounNor,
  ClauseNor,
  AdjectiveNor,
  AdverbNor,
  NumeralNor,
  QuestionNor,
  StructuralNor,
  LexiconNor
  ** {

flags language = no; unlexer = text ; lexer = text ;

} ;