forked from GitHub/gf-core
Greek by Ioanna Papodopoulou - complete, 27th RGL language
This commit is contained in:
12
lib/src/greek/ExtraGreAbs.gf
Normal file
12
lib/src/greek/ExtraGreAbs.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract ExtraGreAbs = Extra ** {
|
||||
|
||||
fun
|
||||
TPasse, TImperf : Tense ;
|
||||
|
||||
|
||||
theyFem_Pron: Pron ;
|
||||
theyNeut_Pron: Pron ;
|
||||
|
||||
UttImpSgImperf : Pol -> Imp -> Utt; -- (don't) love yourself
|
||||
UttImpPlImperf : Pol -> Imp -> Utt; -- (don't) love yourselves
|
||||
}
|
||||
Reference in New Issue
Block a user