Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 860 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 860 Bytes

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.