• v0.9.0-beta e6399c1546

    v0.9.0-beta Stable

    github-actions[bot] released this 2024-03-02 12:04:45 +00:00 | 313 commits to master since this release

    Compiler cleanup

    In this update, the compiler has been completely separated from the runtime, so that the runtime doesn't even care about the source or language it's executing, and the compiler doesn't care about the runtime that will run its executable.

    Also, a major memory leak where a function would stay indefinitely in memory was fixed.

    Changelog:

    Features

    Bug Fixes

    Code Refactoring

    Downloads