handled the while loop almost in full

This commit is contained in:
2016-10-11 10:29:37 +00:00
parent ad671fb493
commit 0773ecece9
4 changed files with 134 additions and 44 deletions

View File

@ -288,6 +288,11 @@ struct hcl_cframe_t
{
int var_type;
} set;
struct
{
hcl_ooi_t cond_pos;
} post_while;
} u;
};