added MOO_IOTOK_FPDECLIT and some handling code

This commit is contained in:
hyunghwan.chung
2019-01-09 09:55:27 +00:00
parent 661f36c17c
commit 29f7058ebf
6 changed files with 148 additions and 124 deletions

View File

@@ -288,8 +288,9 @@ enum moo_iotok_type_t
MOO_IOTOK_CHARLIT,
MOO_IOTOK_STRLIT,
MOO_IOTOK_SYMLIT,
MOO_IOTOK_NUMLIT,
MOO_IOTOK_RADNUMLIT,
MOO_IOTOK_INTLIT,
MOO_IOTOK_RADINTLIT,
MOO_IOTOK_FPDECLIT,
MOO_IOTOK_ERRLIT, /* #\eNN */
MOO_IOTOK_SMPTRLIT, /* #\pXX */