attempting to preserve token location between the reader and the compiler

This commit is contained in:
2021-01-06 09:37:29 +00:00
parent 75ecff7aca
commit 24b96e4c29
4 changed files with 95 additions and 7 deletions

View File

@ -103,7 +103,7 @@ enum hcl_synerrnum_t
HCL_SYNERR_CHARLIT, /* wrong character literal */
HCL_SYNERR_NUMLIT , /* invalid numeric literal */
HCL_SYNERR_NUMRANGE, /* number range error */
HCL_SYNERR_ERRORLIT, /* wrong error literal */
HCL_SYNERR_ERRLIT, /* wrong error literal */
HCL_SYNERR_SMPTRLIT, /* wrong smptr literal */
HCL_SYNERR_MSEGIDENT, /* wrong multi-segment identifier */