enhancing the compiler and hcl_execute() for better interactive use

This commit is contained in:
2020-10-08 09:25:54 +00:00
parent 9d5e580387
commit a69434a96f
9 changed files with 99 additions and 97 deletions

View File

@ -1093,7 +1093,7 @@ hcl_pfbase_t* hcl_querymod (
);
/* ========================================================================= */
/* fmt.c */
/* fmt.c */
/* ========================================================================= */
int hcl_fmt_object_ (
hcl_fmtout_t* fmtout,
@ -1115,6 +1115,14 @@ int hcl_strfmtcallstack (
hcl_ooi_t nargs
);
/* ========================================================================= */
/* comp.c */
/* ========================================================================= */
int hcl_emitbyteinstruction (
hcl_t* hcl,
hcl_oob_t bc
);
#if defined(__cplusplus)
}
#endif