This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
v0.6.0
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