A Java compiler, implemented from scratch.
This project was realized during the class on Compiler Construction, held by Christoph Kirsch in 2013.
CC0815.java is the compiler itself, the EBNF grammar is described in EBNF.txt.
For more information, check out the documentation and talk slides.