updated the compiler to check the block expression after if/elif/else/while/until more properly
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-14 00:31:50 +09:00
parent b6c1cc8864
commit 65937937fb
2 changed files with 49 additions and 40 deletions

View File

@ -378,6 +378,7 @@ struct hcl_cframe_t
hcl_ooi_t body_pos;
hcl_ooi_t jump_inst_pos;
hcl_loc_t start_loc;
hcl_cnode_t* cmd_cnode;
} post_if;
struct