added moo_fill_uchars()/moo_fill_bchars()
implemented the new fixed-point decimal prescale notation like 9p10.1 to indicate 10.100000000
This commit is contained in:
@ -284,6 +284,7 @@ enum moo_iotok_type_t
|
||||
MOO_IOTOK_INTLIT,
|
||||
MOO_IOTOK_RADINTLIT,
|
||||
MOO_IOTOK_FPDECLIT,
|
||||
MOO_IOTOK_SCALEDFPDECLIT, /* NNpNNNN.NN e.g. 5p10.3 ===> 10.30000 */
|
||||
MOO_IOTOK_ERRLIT, /* #\eNN */
|
||||
MOO_IOTOK_SMPTRLIT, /* #\pXX */
|
||||
|
||||
|
Reference in New Issue
Block a user