Getting Started - andre-1337/loxpp GitHub Wiki
There are currently no compiled binaries available.
Please clone the repository and build the artifact yourself. Ensure you're using JDK 21 (I personally use GraalVM 21).
If you open the project with IntelliJ IDEA, there is already an option to build the artifact for the interpreter, simply by going to the top bar, clicking Build -> Build Artifacts... -> loxpp:jar -> Build. You should be able to find it in the /out/artifacts/loxpp_jar/ folder.