This is a project written in Jakt which intends to be able to parse, and (hopefully) execute Java class files.
This is in its very early stages, and I'm honestly not sure how far it'll go.
- Ensure that you have
jakt
installed correctly. - Compile the program
$ jakt ./src/main.jakt
- Run the program, with a class file as the first argument, one is already included for you.
$ ./build/main example/Main.class