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

concrete DemoSwe of Demo = 
  NounSwe,
  ClauseSwe,
  AdjectiveSwe,
  AdverbSwe,
  NumeralSwe,
  QuestionSwe,
  StructuralSwe,
  LexiconSwe
  ** {

flags language = sv; unlexer = text ; lexer = text ;

} ;