Hi,
I'm building a Jack compiler that generates C code in Jack itself.
The compiler can be found here:
https://github.com/public-domain/jack/releases/tag/v0.0.19Some games compiled for Debian, Windows and Macos can be found here:
https://github.com/cod5-dot-com/jack-games/releases/tag/v0.0.1The Hackenstein3D game works well, others are not yet really usable.
The compiler source code is dual licensed MIT and public domain.
The compiler has 2 modes, the -hack option is used to compile Hack programs. Without this option the input code is not compatible with the Hack platform.
I will work to clean the code and fix bugs in the future.
Have fun,
Jean-Marc L.