implemented the single quote character literal.
added the error literal and the smptr literal notations and types
This commit is contained in:
@ -146,6 +146,8 @@ struct hcl_iotok_t
|
||||
HCL_IOTOK_STRLIT,
|
||||
HCL_IOTOK_NUMLIT,
|
||||
HCL_IOTOK_RADNUMLIT,
|
||||
HCL_IOTOK_SMPTRLIT,
|
||||
HCL_IOTOK_ERRORLIT,
|
||||
HCL_IOTOK_NIL,
|
||||
HCL_IOTOK_TRUE,
|
||||
HCL_IOTOK_FALSE,
|
||||
|
Reference in New Issue
Block a user