Hebrew RGL files added

This commit is contained in:
dana.dannells
2012-05-27 21:37:58 +00:00
parent 04db1cffaf
commit 13ecd007c0
16 changed files with 1347 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
concrete TenseHeb of Tense = CatHeb [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] ** open ResHeb, Prelude in {
flags coding = utf8 ;
lin
TTAnt t a = {
s = t.s ++ a.s ;
t = t.t ;
a = a.a
} ;
TPres, TCond = {s = []} ** {t = Perf} ;
TFut = {s = []} ** {t = Imperf } ;
TPast = {s = []} ** {t = Part} ;
}