Japanese RGL by Liza Zimina - almost complete!

This commit is contained in:
aarne
2012-04-18 11:29:32 +00:00
parent 31e8793cad
commit de897f1f60
20 changed files with 3153 additions and 0 deletions

23
src/japanese/TenseJap.gf Normal file
View File

@@ -0,0 +1,23 @@
concrete TenseJap of Tense = CatJap ** open ResJap, ParadigmsJap, Prelude in {
flags coding = utf8 ;
lin
TTAnt t a = {
s = t.s ++ a.s ;
t = t.t ;
a = a.a
} ;
PPos = {s = [] ; b = Pos} ;
PNeg = {s = [] ; b = Neg} ;
TPres, TCond = {s = [] ; t = ResJap.TPres} ;
TPast = {s = [] ; t = ResJap.TPast} ;
TFut = {s = [] ; t = ResJap.TFut} ;
ASimul = {s = [] ; a = Simul} ;
AAnter = {s = [] ; a = Anter} ;
}