• 0.9.14-beta 510422cab7

    0.9.14-beta Stable

    github-actions[bot] released this 2024-03-27 21:39:44 +00:00 | 295 commits to master since this release

    Features

    • implement logic for exposing non-static fields (TopchetoEU)
    Downloads
  • 0.9.13-beta 79e1d1cfaf

    0.9.13-beta Stable

    github-actions[bot] released this 2024-03-27 21:09:04 +00:00 | 296 commits to master since this release

    Features

    • add simple for-of loop (not intended for production usage) (TopchetoEU)

    Commits

    Downloads
  • 0.9.12-beta d8ea6557df

    0.9.12-beta Stable

    github-actions[bot] released this 2024-03-08 22:45:13 +00:00 | 299 commits to master since this release

    Bug Fixes

    • buildline expects tag to start with 'v' (TopchetoEU)
    Downloads
  • v0.9.6-beta b33325a98d

    v0.9.6-beta Stable

    github-actions[bot] released this 2024-03-05 15:10:20 +00:00 | 306 commits to master since this release

    Bug Fixes

    Downloads
  • v0.9.5-beta ccf75d6066

    v0.9.5-beta Stable

    github-actions[bot] released this 2024-03-05 14:52:08 +00:00 | 307 commits to master since this release

    Bug Fixes

    • don't use Context.NULL in global scope (TopchetoEU)
    Downloads
  • v0.9.4-beta 662dcc1ac1

    v0.9.4-beta Stable

    github-actions[bot] released this 2024-03-05 14:30:22 +00:00 | 308 commits to master since this release

    Commits

    Downloads
  • v0.9.3-beta 3e6214659b

    v0.9.3-beta Stable

    github-actions[bot] released this 2024-03-05 14:22:39 +00:00 | 309 commits to master since this release

    Bug Fixes

    Downloads
  • v0.9.2-beta 70d5871091

    v0.9.2-beta Stable

    github-actions[bot] released this 2024-03-03 18:49:34 +00:00 | 311 commits to master since this release

    Bug Fixes

    Downloads
  • v0.9.1-beta 7b9bbe576b

    v0.9.1-beta Stable

    github-actions[bot] released this 2024-03-03 18:31:43 +00:00 | 312 commits to master since this release

    Features

    • add std streams as global variables (TopchetoEU)
    Downloads
  • 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