(May) WIP: trying out new rules for indirect objects, TODO check

This commit is contained in:
Inari Listenmaa
2020-08-22 20:21:27 +02:00
parent 2205d5c91c
commit 1c98bc22f6
4 changed files with 19 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ lin
-- : V3 -> NP -> VPSlash ; -- give (it) to her
Slash3V3 v3 iobj = useV {
s = \\vf => v3.s ! vf ++ applyPrep v3.c3 iobj
s = \\vf => v3.s ! vf ++ iobj.s ! Bare -- applyPrep v3.c3 iobj -- TODO check if this works for all -- probably not
} ** {
c2 = v3.c2 -- Now the VPSlash is missing only the direct object
} ;