Solutions to exercises of Modern Compiler Implementation in C book
Each chapter contains a program which is a step towards building a compiler for the Tiger programming language as well as some solutions to other exercises from the book.
The compiler is written in C++ and uses Boost Spirit to parse source code and genarate AST.