try-catching working in the top-level now. implemented a way to secure space for top-level temporary variables

This commit is contained in:
2021-04-23 07:17:40 +00:00
parent 6c2e0df741
commit 3224989b99
3 changed files with 45 additions and 53 deletions

View File

@ -1543,8 +1543,10 @@ struct hcl_t
hcl_oow_t len;
} lit;
/* array that hold the location of the byte code emitted */
/* the cumulative number of temporaries collected at the global(top-level) level */
hcl_oow_t ngtmprs;
/* array that holds the location of the byte code emitted */
hcl_dbgi_t* dbgi;
} code;