summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoDan.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/demo/DemoDan.gf')
-rw-r--r--next-lib/src/demo/DemoDan.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/next-lib/src/demo/DemoDan.gf b/next-lib/src/demo/DemoDan.gf
deleted file mode 100644
index 62e89c515..000000000
--- a/next-lib/src/demo/DemoDan.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:alltenses
-
-concrete DemoDan of Demo =
- NounDan,
- ClauseDan,
- AdjectiveDan,
- AdverbDan,
- NumeralDan,
- QuestionDan,
- StructuralDan,
- LexiconDan
- ** {
-
-flags language = da; unlexer = text ; lexer = text ;
-
-} ;