v0.8.0
WeirdConstructor
released this
28 Jul 18:40
·
219 commits
to master
since this release
0.8.0 (2021-07-28)
This is just a bugfix release.
- Bugfix: Code generation for direct blocks
if $true { !x = 3; x } $n
was broken. It unwound the locals while the return value was still referencing
those locals. No crash, just wrong results. Code became slightly faster too. - Bugfix: Catch
x % 0
and make a WLambda panic of that.
- Most current documentation can be found here: https://docs.rs/wlambda/newest/wlambda/prelude/index.html#wlambda-reference
- The live web version can be found here: http://wlambda.m8geil.de/