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, 16 insertions, 0 deletions
diff --git a/next-lib/src/demo/DemoNor.gf b/next-lib/src/demo/DemoNor.gf
new file mode 100644
index 000000000..92487132f
--- /dev/null
+++ b/next-lib/src/demo/DemoNor.gf
@@ -0,0 +1,16 @@
+--# -path=.:alltenses
+
+concrete DemoNor of Demo =
+ NounNor,
+ ClauseNor,
+ AdjectiveNor,
+ AdverbNor,
+ NumeralNor,
+ QuestionNor,
+ StructuralNor,
+ LexiconNor
+ ** {
+
+flags language = no; unlexer = text ; lexer = text ;
+
+} ;