implemented reading and printing of fixed-point decimal number. primitives yet to be written
This commit is contained in:
@ -148,6 +148,7 @@ enum hcl_iotok_type_t
|
||||
HCL_IOTOK_STRLIT,
|
||||
HCL_IOTOK_NUMLIT,
|
||||
HCL_IOTOK_RADNUMLIT,
|
||||
HCL_IOTOK_FPDECLIT,
|
||||
HCL_IOTOK_SMPTRLIT,
|
||||
HCL_IOTOK_ERRORLIT,
|
||||
HCL_IOTOK_NIL,
|
||||
|
Reference in New Issue
Block a user