wip - writing part of compile_fun() in comp.c
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-29 14:02:38 +09:00
parent 5be537b16d
commit 29af1562fc
3 changed files with 55 additions and 12 deletions

View File

@ -159,6 +159,7 @@ enum hcl_synerrnum_t
HCL_SYNERR_BANNEDARGNAME, /* disallowed argument name */
HCL_SYNERR_BANNED, /* prohibited */
HCL_SYNERR_FUN, /* invalid function definition */
HCL_SYNERR_ELIF, /* elif without if */
HCL_SYNERR_ELSE, /* else without if */
HCL_SYNERR_CATCH, /* catch outside try */