mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
The new Decimal API
This commit is contained in:
@@ -130,6 +130,10 @@ lin
|
||||
s = \\_,_,_ => digits.s ;
|
||||
isNum = True
|
||||
};
|
||||
NumDecimal dec = dec ** {
|
||||
s = \\_,_,_ => dec.s ;
|
||||
isNum = True
|
||||
};
|
||||
|
||||
NumNumeral numeral = numeral ** {
|
||||
s = numeral.s ! NCard ;
|
||||
|
||||
Reference in New Issue
Block a user