summaryrefslogtreecommitdiff
path: root/next-lib/src/demo/DemoEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/demo/DemoEng.gf')
-rw-r--r--next-lib/src/demo/DemoEng.gf16
1 files changed, 0 insertions, 16 deletions
diff --git a/next-lib/src/demo/DemoEng.gf b/next-lib/src/demo/DemoEng.gf
deleted file mode 100644
index a738832fc..000000000
--- a/next-lib/src/demo/DemoEng.gf
+++ /dev/null
@@ -1,16 +0,0 @@
---# -path=.:alltenses
-
-concrete DemoEng of Demo =
- NounEng,
- ClauseEng,
- AdjectiveEng,
- AdverbEng,
- NumeralEng,
- QuestionEng,
- StructuralEng,
- LexiconEng
- ** {
-
-flags language = en; unlexer = text ; lexer = text ;
-
-} ;