summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoSwe.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/demo/DemoSwe.gf')
-rw-r--r--next-lib/src/demo/DemoSwe.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/next-lib/src/demo/DemoSwe.gf b/next-lib/src/demo/DemoSwe.gf
deleted file mode 100644
index b6d9bfb66..000000000
--- a/next-lib/src/demo/DemoSwe.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:alltenses
-
-concrete DemoSwe of Demo =
- NounSwe,
- ClauseSwe,
- AdjectiveSwe,
- AdverbSwe,
- NumeralSwe,
- QuestionSwe,
- StructuralSwe,
- LexiconSwe
- ** {
-
-flags language = sv; unlexer = text ; lexer = text ;
-
-} ;