mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
Added all missing lincats in numerals grammars.
This commit is contained in:
@@ -10,10 +10,12 @@ param DForm = unit | teen | bform | ten | hundred | agg ;
|
||||
|
||||
oper LinDigit = {s : DForm => Str} ;
|
||||
|
||||
lincat Numeral = { s : Str } ;
|
||||
lincat Digit = LinDigit ;
|
||||
lincat Sub10 = LinDigit ;
|
||||
lincat Sub100 = {s : Str ; s2 : Str} ;
|
||||
lincat Sub1000 = {s : Str ; s2 : Str} ;
|
||||
lincat Sub1000000 = { s : Str } ;
|
||||
|
||||
oper mkNum : Str -> Str -> Str -> Str -> LinDigit =
|
||||
\u -> \tn -> \b -> \t ->
|
||||
|
||||
Reference in New Issue
Block a user