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