summaryrefslogtreecommitdiff
path: root/next-lib/src/swedish/GrammarSwe.gf
blob: 109669dfb6805db304b78fe3047fae910bca6c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--# -path=.:../scandinavian:../abstract:../common:prelude

concrete GrammarSwe of Grammar = 
  NounSwe, 
  VerbSwe, 
  AdjectiveSwe,
  AdverbSwe,
  NumeralSwe,
  SentenceSwe,
  QuestionSwe,
  RelativeSwe,
  ConjunctionSwe,
  PhraseSwe,
  TextX,
  IdiomSwe,
  StructuralSwe
  ** {

flags startcat = Phr ;  unlexer = text ; lexer = text ;

} ;