summaryrefslogtreecommitdiff
path: root/next-lib/src/parse/Parse.gf
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/parse/Parse.gf')
-rw-r--r--next-lib/src/parse/Parse.gf14
1 files changed, 0 insertions, 14 deletions
diff --git a/next-lib/src/parse/Parse.gf b/next-lib/src/parse/Parse.gf
deleted file mode 100644
index 4cfc7110d..000000000
--- a/next-lib/src/parse/Parse.gf
+++ /dev/null
@@ -1,14 +0,0 @@
-abstract Parse =
- Noun,
- Verb,
- Adjective,
- Adverb,
- Numeral,
- Sentence,
- Question,
- Relative,
- Conjunction,
- Phrase,
- Text,
- Structural,
- Idiom ;