mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
Fixed some missing lincats and a syntax error introduced when adding lincats.
This commit is contained in:
@@ -7,6 +7,8 @@ flags coding=latinasupplement ;
|
||||
param Size = sg | two | three | other ;
|
||||
|
||||
oper LinDigit = {s : Str ; size : Size} ;
|
||||
|
||||
lincat Numeral = {s : Str} ;
|
||||
lincat Digit = LinDigit ;
|
||||
lincat Sub10 = LinDigit ;
|
||||
lincat Sub100 = LinDigit ;
|
||||
|
||||
Reference in New Issue
Block a user