Skip to content

zhestyatsky/compiler-mini-java

 
 

Repository files navigation

MiniJava Compiler

To build:

./build.sh

To draw an AST for a file:

./tool.sh path/to/file.java graphname 

Check out results in graphname.gv and graphname.png.

To run tests:

cd build/samples
ctest

Graphs and images will be saved into the same folder.

About

Reduced Java-like language compiler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.5%
  • Yacc 9.8%
  • CMake 3.5%
  • Lex 2.6%
  • Shell 0.6%