diff options
Diffstat (limited to 'next-lib/src/parse/Parse.gf')
| -rw-r--r-- | next-lib/src/parse/Parse.gf | 14 |
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 ; |
