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
- Host: GitHub
- URL: https://github.com/domfarolino/compiler
- Owner: domfarolino
- License: mit
- Created: 2018-01-18T14:24:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T09:11:43.000Z (about 6 years ago)
- Last Synced: 2025-02-12T11:18:01.790Z (about 1 year ago)
- Topics: compiler, lexer, lexical-analysis, ll1-grammar, llvm, parser
- Language: C++
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.