mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 07:42:50 -06:00
complete RGL implementation for Mongolian by Nyamsuren Erdenebadrakh
This commit is contained in:
14
lib/src/mongolian/TenseMon.gf
Normal file
14
lib/src/mongolian/TenseMon.gf
Normal 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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user