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, 14 insertions, 0 deletions
diff --git a/next-lib/src/parse/Parse.gf b/next-lib/src/parse/Parse.gf
new file mode 100644
index 000000000..4cfc7110d
--- /dev/null
+++ b/next-lib/src/parse/Parse.gf
@@ -0,0 +1,14 @@
+abstract Parse =
+ Noun,
+ Verb,
+ Adjective,
+ Adverb,
+ Numeral,
+ Sentence,
+ Question,
+ Relative,
+ Conjunction,
+ Phrase,
+ Text,
+ Structural,
+ Idiom ;