This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
really-bad-compiler-in-haskell/README.md

12 lines
502 B
Markdown
Raw Normal View History

2023-09-07 20:57:58 +00:00
# Really Bad Compiler in Haskell
2023-09-07 20:46:17 +00:00
2023-09-07 20:57:58 +00:00
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