1
0
forked from GitHub/gf-rgl

TPastSimple in Latin and Hungarian

This commit is contained in:
Krasimir Angelov
2025-08-29 07:02:44 +02:00
parent 9c951e244c
commit f546600fd2
3 changed files with 7 additions and 2 deletions

View File

@@ -5,4 +5,7 @@ concrete ExtendHun of Extend = CatHun
-- with (Grammar=GrammarHun)
** open Prelude, ResHun, NounHun in {
lin
TPastSimple = {s = []} ** {t = Past} ; --# notpresent
} ;

View File

@@ -2,5 +2,5 @@
concrete AllLat of AllLatAbs =
LangLat,
ExtraLat
** {} ;
ExtendLat
** open ExtraLat in {} ;

View File

@@ -259,4 +259,6 @@ concrete ExtendLat of Extend = CatLat ** open ResLat in {
-- UttDatIP : IP -> Utt ; -- whom (dative)
TPastSimple = {s = []} ** {t = Past} ; --# notpresent
}