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

concrete DemoBul of Demo = 
  NounBul,
  ClauseBul,
  AdjectiveBul,
  AdverbBul,
  NumeralBul,
  QuestionBul,
  StructuralBul,
  LexiconBul
  ** {

flags language = bg; unlexer = text ; lexer = text ;

} ;