Skip to content

dvirtz/GreenTiger

Repository files navigation

GreenTiger

Solutions to exercises of Modern Compiler Implementation in C book

Build status

AppVeyor Travis CI

Overview

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.