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

concrete DemoEng of Demo = 
  NounEng,
  ClauseEng,
  AdjectiveEng,
  AdverbEng,
  NumeralEng,
  QuestionEng,
  StructuralEng,
  LexiconEng
  ** {

flags language = en; unlexer = text ; lexer = text ;

} ;