0.4.1
This release builds on top of Bali 0.4.0 and brings a REPL environment to test JavaScript in.
Changes
- Bali no longer has a dependency on
climate, it uses its own argument parser based off ofstd/parseopt, derived from the Lucem project. - Added the
--dump-bytecodeflag to dump the generated bytecode and exit. - Added a REPL to evaluate JavaScript inside of. It is powered by the noise library.
Breaking Changes
There are no breaking changes this release.