added hcl_instantiatewithtrailer()
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-15 22:59:34 +09:00
parent 47e0604b03
commit c795b28cb8
21 changed files with 236 additions and 216 deletions

View File

@ -1506,6 +1506,14 @@ hcl_oop_t hcl_instantiate (
hcl_oow_t vlen
);
hcl_oop_t hcl_instantiatewithtrailer (
hcl_t* hcl,
hcl_oop_class_t _class,
hcl_oow_t vlen,
const hcl_oob_t* trptr,
hcl_oow_t trlen
);
/* ========================================================================= */
/* sym.c */
/* ========================================================================= */
@ -1912,6 +1920,11 @@ int hcl_strfmtcallstack (
hcl_ooi_t nargs
);
int hcl_scfmtcallstack (
hcl_t* hcl,
hcl_ooi_t nargs
);
/* ========================================================================= */
/* comp.c */
/* ========================================================================= */