Skip to content

Version 1.0

Compare
Choose a tag to compare
@SandroMaglione SandroMaglione released this 19 May 16:58
· 42 commits to master since this release
  • Support for a single basic block (no branches)
  • Only left-side operator variables (int a = b + 5 [valid], int a = 5 + b [not valid])
  • No MULT or DIV.