summaryrefslogtreecommitdiff
path: root/next-lib/src/danish/GrammarDan.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/danish/GrammarDan.gf')
-rw-r--r--next-lib/src/danish/GrammarDan.gf21
1 files changed, 0 insertions, 21 deletions
diff --git a/next-lib/src/danish/GrammarDan.gf b/next-lib/src/danish/GrammarDan.gf
deleted file mode 100644
index 1c2424787..000000000
--- a/next-lib/src/danish/GrammarDan.gf
+++ /dev/null
@@ -1,21 +0,0 @@
---# -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 ;
-
-} ;