forked from GitHub/gf-rgl
added missing bits and pieces
This commit is contained in:
@@ -6,7 +6,10 @@ lincat
|
||||
Sub10 = LinDigit ;
|
||||
Sub100,
|
||||
Sub1000,
|
||||
Sub1000000 = ResHun.Numeral ;
|
||||
Sub1000000,
|
||||
Sub1000000000,
|
||||
Sub1000000000000 = ResHun.Numeral ;
|
||||
|
||||
lin
|
||||
-- TODO: Add case inflection and ordinal forms to all numerals
|
||||
|
||||
@@ -72,6 +75,9 @@ lin
|
||||
{s = table {p => n.s ! Attrib ++ "ezer" ++ m.s ! p} ;
|
||||
n = numNumber ; numtype = IsNum} ;
|
||||
|
||||
pot3as4 n = n ;
|
||||
pot4as5 n = n ;
|
||||
|
||||
oper
|
||||
LinDigit : Type = {s : DForm*Place => Str ; n : Number} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user