git clone https://github.com/NoFunny/Java_Compiler.git
gradle build -x test
gradle build
./gradlew run --args="<filepath and name asm file> , <filepath and name executable file>"
1 - --dump-token
2 - --dump-parser
3 - --dump-asm
4 - --compile
5 - <exit>