• v0.6.0 494537a2cf

    v0.6.0 Stable

    NGnius released this 2022-03-16 20:27:08 +00:00 | 68 commits to master since this release

    A minor language feature update coupled with a major overhaul of the REPL.

    • Make the REPL feel like a real command line: added history, arrow key navigation, better backspacing
    • Relax parsing pre-checks to allow for more informative syntax error messages
    • Boxed error trait is now an enum
    • Added empties(number) iterator for arbitrary loop operations
    • Load a single song from disk with the file(...) procedure operation
    • Document unique filters
    • Bugfixes!

    Full Changelog: https://github.com/NGnius/mps/compare/v0.5.0...v0.6.0

    Downloads