Skip to content

0.4.1

Choose a tag to compare

@xTrayambak xTrayambak released this 30 Nov 14:38
· 739 commits to master since this release

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 of std/parseopt, derived from the Lucem project.
  • Added the --dump-bytecode flag 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.