enhancing the compiler and hcl_execute() for better interactive use
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user