mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Added all missing lincats in numerals grammars.
This commit is contained in:
@@ -17,6 +17,7 @@ lincat Numeral = {s : Str} ;
|
||||
oper LinDigit = {s : DForm => Str} ;
|
||||
oper LinSub1000 = {s : InterData => Str ; size : Size} ;
|
||||
|
||||
lincat Numeral = { s : Str } ;
|
||||
lincat Digit = LinDigit ;
|
||||
lincat Sub10 = {s : DForm => Str ;
|
||||
size : Size} ;
|
||||
|
||||
Reference in New Issue
Block a user