domfarolino / compiler

A compiler for Wilsey's compiler "theory" class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiler

A compiler for Wilsey's compiler class. The course site can be found here, and the language specification can be found here.

TODO: Document each major component of the compiler, including design docs and any implementation notes. Furthermore, add documentation explaining how to run the tests with the simple test harness.

About

A compiler for Wilsey's compiler "theory" class

License:MIT License


Languages

Language:C++ 99.3%Language:Python 0.5%Language:Makefile 0.2%