summaryrefslogtreecommitdiff
path: root/next-lib/src/parse/Parse.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-03 12:29:28 +0000
committerbjorn <bjorn@bringert.net>2008-11-03 12:29:28 +0000
commitdfd2adad09009a977d1ad69fddc2c6fe042e3a3e (patch)
treed9bad5dc45075c3225f1431d96f9daff88912639 /next-lib/src/parse/Parse.gf
parent759d648de9972072057fada49ede2281e772be30 (diff)
Added 'parse' target to Make.hs.
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 ;