Skip to content

Releases: xpenatan/jParser

v1.0.0

15 Jan 01:25

Choose a tag to compare

After an intense journey of 1000 commits, countless experiments, refactors, and cross-platform tests, jParser has graduated from beta and reached a stable 1.0.0 release.

This version successfully compiles and runs on most major platforms:

  • Windows
  • Linux
  • macOS
  • Android
  • HTML5 (TeaVM + Emscripten)

iOS is the current exception — the setup is not yet fully working, but a solution should arrive soon.

Getting to this point wasn't easy.
Making shared libraries work reliably across all these targets required many attempts, different approaches, and a lot of patience — but the result is worth it: a solid foundation you can trust.

What's next?
Future versions will bring several exciting improvements:

  • Better build system & quality-of-life enhancements
  • Exploration of Java's Foreign Function & Memory API (Project Panama / FFM) as an alternative generator
  • Investigation of TeaVM's C compiler

Happy coding! 🚀