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 awrap
argument.