complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh

This commit is contained in:
nyamaakaa
2015-03-13 13:40:22 +00:00
parent 4ff30e6771
commit 053f2377b2
39 changed files with 54028 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
concrete TenseMon of Tense =
CatMon [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] ** open ResMon in {
lin
TTAnt t a = {s = t.s ++ a.s ; t = t.t ; a = a.a} ;
TPres = {s = [] ; t = ClPres } ;
TPast = {
s = [] ;
t = ClPast (variants {Perf;PresPerf;IndefPast})
} ; --# notpresent
TFut,TCond = {s = [] ; t = ClFut} ; --# notpresent
}