[compiler/decompiler] Take the address of a variable (#554)

* support taking the address of variables

* partially working stack variables

* implement type cast stuff

* remove final
This commit is contained in:
water111
2021-06-04 13:43:19 -04:00
committed by GitHub
parent 9b905f903c
commit 542edfb164
38 changed files with 376 additions and 185 deletions
@@ -29,6 +29,7 @@ int insert_anonymous_functions(Form* top_level_form,
f->clear();
f->push_back(pool.alloc_element<LambdaDefinitionElement>(result));
replaced++;
}
}
}