Skip to content

Bali 0.3.3

Latest
Compare
Choose a tag to compare
@xTrayambak xTrayambak released this 17 Oct 07:16
· 2 commits to master since this release

This release of Bali cleans up a lot of the code, brings more compliance (2% of the entire Test262 suite now passes successfully) and brings while loops.

This release also fixes up a compilation error that was occuring with Nim 2.2.0, so Bali can be used with the Nim 2.2.x line now.

The Nim API remains the same, meaning you'll have to do next to nothing to update to this release.

Changelog

  • Modularize the parser code
  • Various parser improvements
  • Add support for increment statements, like i++
  • Add support for while loops