summaryrefslogtreecommitdiff
path: root/next-lib/src/danish/GrammarDan.gf
blob: 1c24247874968961ff25328b8fe411cbc8bcfb10 (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 GrammarDan of Grammar = 
  NounDan, 
  VerbDan, 
  AdjectiveDan,
  AdverbDan,
  NumeralDan,
  SentenceDan,
  QuestionDan,
  RelativeDan,
  ConjunctionDan,
  PhraseDan,
  TextX,
  IdiomDan,
  StructuralDan
  ** {

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

} ;