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:
hyunghwan.chung
2019-02-18 17:13:33 +00:00
parent 0805ecc76b
commit d384801eec
9 changed files with 193 additions and 87 deletions

View File

@ -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 */