jcc
Docs
Code
Examples
Compiling the code:
a b; if a < 3 then b += (1 + 2) * 1; else b += 5; fi a < 3;
Results in: