Skip to content

v0.16.0 Release candidate 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@ziflex ziflex released this 20 Sep 16:02
· 58 commits to master since this release
b3c19bf
Feature/variables optimization (#673)

* Added optimization to FOR loops by disabling allocation if RETURN statement returns NONE

* Added support of ignoring expression results in variable declaration using '_' as a variable name