summaryrefslogtreecommitdiff
path: root/next-lib/src/parse/ParseEngAbs.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-20 10:32:15 +0000
committerbjorn <bjorn@bringert.net>2008-11-20 10:32:15 +0000
commit61507730e85c2f35150d650e4cb2b7d00e99395c (patch)
treeab47ae13c939be25f14748cf265f219538183d51 /next-lib/src/parse/ParseEngAbs.gf
parent7dbaae50a9494b368c625df750f1c43649734721 (diff)
Added CAdvNP and CAdvSSlash to ParseEng. Maybe they should go in Noun.gf instead?
Diffstat (limited to 'next-lib/src/parse/ParseEngAbs.gf')
-rw-r--r--next-lib/src/parse/ParseEngAbs.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf
index b7ea1347c..103263524 100644
--- a/next-lib/src/parse/ParseEngAbs.gf
+++ b/next-lib/src/parse/ParseEngAbs.gf
@@ -23,6 +23,9 @@ fun VerbCN : V -> CN -> CN ; -- running man
fun NumOfNP : Num -> NP -> NP ; -- ten of the dogs
+fun CAdvNP : CAdv -> CN -> NP -> NP ; -- more wine than the professor
+fun CAdvSSlash : CAdv -> CN -> SSlash -> NP ; -- more wine than the professor drank
+
-- Lexical additions
fun a8few_Det : Det ;