Skip to content

NoFunny/Java_Compiler

Repository files navigation

Build-status

Build Status

Java compiler

Project download

git clone https://github.com/NoFunny/Java_Compiler.git

Project build without tests

gradle build -x test

Project build with tests

gradle build

Run project

./gradlew run --args="<filepath and name asm file> , <filepath and name executable file>"

You can also use IntelliJIDEA for running project

Image

Into the program:

1 - --dump-token
2 - --dump-parser
3 - --dump-asm
4 - --compile
5 - <exit>

To view the tree, select the contents of the AST.graph file and draw it on the Site

About

Simple compiler for java

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published