summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoNor.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/demo/DemoNor.gf')
-rw-r--r--next-lib/src/demo/DemoNor.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/next-lib/src/demo/DemoNor.gf b/next-lib/src/demo/DemoNor.gf
deleted file mode 100644
index 92487132f..000000000
--- a/next-lib/src/demo/DemoNor.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:alltenses
-
-concrete DemoNor of Demo =
- NounNor,
- ClauseNor,
- AdjectiveNor,
- AdverbNor,
- NumeralNor,
- QuestionNor,
- StructuralNor,
- LexiconNor
- ** {
-
-flags language = no; unlexer = text ; lexer = text ;
-
-} ;