Bali 0.3.3
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