dvirtz / GreenTiger

Solutions to exercises of Modern Compiler Implementation in C book

Home Page:https://www.amazon.com/Modern-Compiler-Implementation-Andrew-Appel/dp/0521607655

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Solutions to exercises of Modern Compiler Implementation in C book

https://www.amazon.com/Modern-Compiler-Implementation-Andrew-Appel/dp/0521607655


Languages

Language:C++ 86.3%Language:C 10.1%Language:CMake 3.4%Language:Makefile 0.2%Language:Lex 0.0%