Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 00:58
· 543 commits to main since this release
81fda4c

0.16.0 (2020-10-16)

Bug Fixes

  • Small integer rotl/rotr should use temp variables (81fda4c)

  • Refactor binary expression compilation to be reusable in builtins (#1489) (a4dc45e), closes #1489

BREAKING CHANGES

  • The compiler's convertExpression does no longer take a wrap argument.