AdvS and ExtAdvS in Slovenian

This commit is contained in:
krangelov
2021-04-07 00:10:07 +02:00
parent e2746d8b81
commit ac8322f907

View File

@@ -16,5 +16,8 @@ lin
s = t.s ++ p.s ++ cl.s ! t.t ! t.a ! p.p
} ;
ExtAdvS a s = {s = a.s ++ bindComma ++ s.s} ;
AdvS a s = {s = a.s ++ s.s} ;
}