Ethan Reece 7090cecb9b | ||
---|---|---|
.rtx.toml | ||
README.md |
README.md
Really Bad Compiler in Haskell
A compiler written in Haskell that is really bad (I do not know what language I am going to compile yet). Built for the Introduction to Compiler Design class at The University of Texas at Dallas.
Build Instructions
Clone the repo. Then, Install ghcup
, or if you have rtx
installed, run rtx install
which will install ghcup
automatically.
Credits
- Introduction to Compiler Design class at The University of Texas at Dallas, taught by Charles Averill