mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 16:52:50 -06:00
Hebrew RGL files added
This commit is contained in:
17
lib/src/hebrew/TenseHeb.gf
Normal file
17
lib/src/hebrew/TenseHeb.gf
Normal 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} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user