Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

0.2.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@SquidDev SquidDev released this 02 Apr 22:43
· 723 commits to master since this release

Libraries

  • [@SquidDev] Fix struct and friends not checking argument length.

Compiler

  • [@SquidDev] Allow multiple returns from top level unquotes and macros.
  • [@SquidDev] Allow unquote-splice to be used in the top level, as well as unquote accepting multiple arguments.

Optimiser / Codegen

  • [@SquidDev] Don't simplify conds where the test symbol is mutated.
  • [@SquidDev] Improved compilation of and/or in non-conditional contexts.