1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/turkish/VerbTur.gf
2019-09-03 21:37:14 +02:00

17 lines
300 B
Plaintext

concrete VerbTur of Verb = CatTur ** open ResTur in {
lin
UseV v = v ;
SlashV2a v = v ;
ComplSlash vps np = {
s = \\ vf => vps.c.s ++ np.s ! vps.c.c ++ vps.s ! vf ;
} ;
-- TODO: test this and fix.
ComplVS vs s = {
s = \\vf => s.subord ++ vs.s ! vf
} ;
}