Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@NGnius NGnius released this 16 Mar 21:16
· 56 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: v0.5.0...v0.6.0