This repository was archived by the owner on Jul 7, 2024. It is now read-only.
0.1.2
Pre-release
Pre-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.