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
+1 -6
View File
@@ -1,6 +1,6 @@
concrete NumeralHrv of Numeral =
---- CatHrv [Numeral, Digits] **
CatHrv [Numeral, Digits] **
open
ResHrv,
@@ -10,11 +10,6 @@ concrete NumeralHrv of Numeral =
-- AR 2022-09-27
---- TODO ordinal forms
lincat Numeral = LinNumeral ; ---- TODO move to Cat
lincat Digits = {s : Str ; size : NumSize} ;
param NumSize = NS_1 | NS_2_4 | NS_5_20 | NS_20_ ;
oper LinNumeral = {s : AdjForms ; size : NumSize} ;
oper LinDigit = {unit : AdjForms ; teen, ten, hundred : Str ; size : NumSize} ;