A HEAR (C-like) compiler written in Haskell
This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-09-07 15:57:58 -05:00
.rtx.toml Create initial files 2023-09-07 15:57:58 -05:00
README.md Create initial files 2023-09-07 15:57:58 -05:00

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