diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-03 12:29:28 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-03 12:29:28 +0000 |
| commit | dfd2adad09009a977d1ad69fddc2c6fe042e3a3e (patch) | |
| tree | d9bad5dc45075c3225f1431d96f9daff88912639 /next-lib/src/parse/Parse.gf | |
| parent | 759d648de9972072057fada49ede2281e772be30 (diff) | |
Added 'parse' target to Make.hs.
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 ; |
