Tags: comprakt/comprakt
Tags
Merge #136 136: [WIP] libFirm method body code generation r=flip1995,reiner-dolp,problame a=joshuabach cc #117 Closes #123 ~Based on #134, that should be merged before this.~ This can allegedly generate all control-flow structures ~(execpt `while`)~. The if-diamond seems to be generated correctly, variable declaration (of ints) and initial assignments also look fine. ~Expression handling is very limited. Currently only supported are integer literals and local variable / parameter references. This is currently blocked on getting type information from @hediet.~ # TODO - [x] `this` parameter - [x] `while` - [x] Expressions Co-authored-by: Joshua Bachmeier <joshua@bachmeier.cc> Co-authored-by: Christian Schwarz <me@cschwarz.com> Co-authored-by: flip1995 <hello@philkrones.com> Co-authored-by: Reiner Dolp <reiner-dolp@users.noreply.github.com>