Files
not-python-rust/tools
Alek Ratzloff 46c38de20c Add block expressions and if expressions
If and block statements are now expressions. The last expression, if
any, is used as the return value of this expression.

Also fixed a (major) bug in the if statement generation that was causing
the wrong jump address to be generated.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-21 15:39:48 -07:00
..