(Kor) Use obj in imp, overriding V2's subject case

This commit is contained in:
Inari Listenmaa
2023-05-29 19:30:40 +02:00
parent fcfb60b6e5
commit 70cbbe689d
4 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ lin
-- : RP -> VP -> RCl ;
RelVP rp vp = vp ** { -- TODO no tenses yet in the grammar
s = \\t,a,p,cltyp =>
rp.s ++ vp.adv ++ vp.nObj ++
rp.s ++ vp.adv ++ vp.nObj ! DeclObj ++
case cltyp of {
WithConj => vp.s ! VStem p ;
_ => vp.s ! VAttr p } ;