summaryrefslogtreecommitdiff
path: root/next-lib/src/parse/ParseEngAbs.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-11-21 12:33:56 +0000
committerbjorn <bjorn@bringert.net>2008-11-21 12:33:56 +0000
commitb047a99a84c1b21f60b44eb12d7a11e9f3d056ea (patch)
tree982c40974ff7ae0dd17c1876434fb1e6226f4c07 /next-lib/src/parse/ParseEngAbs.gf
parent289618b81f65438af98196a33f84e314bca71df1 (diff)
Added CompCN to ParseEng. Perhaps this should move to NounEng.
Diffstat (limited to 'next-lib/src/parse/ParseEngAbs.gf')
-rw-r--r--next-lib/src/parse/ParseEngAbs.gf2
1 files changed, 2 insertions, 0 deletions
diff --git a/next-lib/src/parse/ParseEngAbs.gf b/next-lib/src/parse/ParseEngAbs.gf
index 103263524..1e04348b2 100644
--- a/next-lib/src/parse/ParseEngAbs.gf
+++ b/next-lib/src/parse/ParseEngAbs.gf
@@ -26,6 +26,8 @@ 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
+fun CompCN : CN -> Comp ; -- "(every man is) a dog", "(all men are) dogs"
+
-- Lexical additions
fun a8few_Det : Det ;