An open API service indexing awesome lists of open source software.

https://github.com/domfarolino/compiler

A compiler for Wilsey's compiler "theory" class
https://github.com/domfarolino/compiler

compiler lexer lexical-analysis ll1-grammar llvm parser

Last synced: 2 months ago
JSON representation

A compiler for Wilsey's compiler "theory" class

Awesome Lists containing this project

README

          

# compiler

A compiler for Wilsey's compiler class. The course site can be found [here](http://www.ece.uc.edu/~paw/classes/eecs6083/),
and the language specification can be found [here](./projectLanguage.pdf).

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.