Toy-compiler This is a toy compiler generating MIPS for a small subset of C++ using Java and C++. The scanner is implemented in C++ while parser and code generation are implemented in Java. This is from a school's project.