the new compiler is becoming usable. but not complete yet.

added more string copy functions
This commit is contained in:
2021-01-22 14:43:47 +00:00
parent 58165aad49
commit 51e347889d
12 changed files with 447 additions and 199 deletions

View File

@ -321,11 +321,13 @@ struct hcl_cframe2_t
{
hcl_ooi_t cond_pos;
hcl_ooi_t body_pos;
hcl_ioloc_t start_loc;
} post_while;
struct
{
hcl_ooi_t body_pos;
hcl_ioloc_t start_loc;
} post_if;
struct
@ -340,6 +342,7 @@ struct hcl_cframe2_t
struct
{
hcl_ioloc_t start_loc;
hcl_ooi_t lfbase_pos;
hcl_ooi_t lfsize_pos;
} lambda;