mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 11:42:51 -06:00
partial implementation of Ancient Greek RGL
This commit is contained in:
12
lib/src/ancient_greek/TenseGrc.gf
Normal file
12
lib/src/ancient_greek/TenseGrc.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
concrete TenseGrc of Tense =
|
||||
CatGrc [Tense,Temp], TenseX [Ant,Pol,AAnter,ASimul,PNeg,PPos] ** open ResGrc in {
|
||||
|
||||
lin
|
||||
TTAnt t a = {s = t.s ++ a.s ; t = t.t ; a = a.a } ;
|
||||
|
||||
TPres = {s = [] ; t = VPres VInd } ; -- or: VPerf VInd BR 220
|
||||
TPast = {s = [] ; t = VImpf} ; -- or: VAor VInd, VPlqm
|
||||
TFut = {s = [] ; t = VFut FInd} ; -- and: VFut Opt, Inf, Part
|
||||
TCond = {s = "a)'n" ; t = VPres VInd} ; -- ???
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user