1
0
forked from GitHub/gf-rgl

LangHrv compiles now, but with a partial Slovak lexicon

This commit is contained in:
Aarne Ranta
2022-09-28 11:29:03 +02:00
parent 7c2c519e50
commit 13fac41ce6
10 changed files with 81 additions and 146 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ concrete VerbHrv of Verb = CatHrv ** open ResHrv, Prelude in {
lin
UseV v = {
verb = v ;
verb = v.s ;
clit,compl = \\_ => []
} ;
@@ -16,13 +16,13 @@ lin
} ;
SlashV2a v = {
verb = v ;
verb = v.s ;
clit,compl = \\_ => [] ;
c = v.c
} ;
UseComp comp = {
verb = copulaVerbForms ;
verb = biti_VerbForms ; ---- TODO: jesam
clit = \\_ => [] ;
compl = comp.s
} ;