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

0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SquidDev SquidDev released this 28 Feb 09:17
· 1071 commits to master since this release

Changes

  • Add analysis for calling a function with too many arguments.
  • Improve native methods emitting, allowing constant folding and reducing the size of file preambles.
  • Add a new documentation website

Bugfixes

  • Fix Lisp backend not emitting constants.
  • Fix several failing tests, meaning string/split and -> now handle all edge cases.
  • Fix crash when simplifying nested direct lambda calls.