- Implement an Utf-16 ES native String class (Currently it has a temporary u16 vector solution).
- Fix function argument list sequence.
- Fix declarations using comma expressions.
- Fix Number printer (double dumping as exactly in es/js).
- Add test data and tests (ctest or google test).
- Better error handling and cross-platform support.
- Use operators for ast parsing.
- CodeGen with proper syntax and formatting.
- Add code documentation and setup wiki page.
- Add GitHub actions for building, testing and releases (CI/CD).
- Research the XML nodes a bit more, as some of them are producing improper code.