forked from GitHub/gf-rgl
Pinyin versions of chinese, named Cmn; mostly automatically generated
This commit is contained in:
13
src/chinese/pinyin/TenseCmn.gf
Normal file
13
src/chinese/pinyin/TenseCmn.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
concrete TenseCmn of Tense =
|
||||
CatCmn [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] ** open ResCmn in {
|
||||
|
||||
lin
|
||||
TTAnt t a = {s = t.s ++ a.s ; t = t.t} ;
|
||||
|
||||
---- ??
|
||||
TPres = {s = [] ; t = APlain} ;
|
||||
TPast = {s = [] ; t = APerf} ;
|
||||
TFut = {s = [] ; t = ADurProg} ;
|
||||
TCond = {s = [] ; t = ADurStat} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user