enhancing the compiler to support the variable argument list with the ellipsis

This commit is contained in:
2021-05-07 08:53:01 +00:00
parent 775e5736ee
commit 2cd3a0cc6e
6 changed files with 60 additions and 7 deletions

View File

@ -131,6 +131,7 @@ enum hcl_synerrnum_t
HCL_SYNERR_NOSEP, /* no seperator between array/dictionary elements */
HCL_SYNERR_INCLUDE, /* #include error */
HCL_SYNERR_ELLIPSISBANNED, /* ... disallowed */
HCL_SYNERR_LOOPFLOOD, /* loop body too big */
HCL_SYNERR_IFFLOOD, /* if body too big */
HCL_SYNERR_BLKFLOOD, /* lambda block too big */