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/pull-requests.
Go to file
Ethan Reece 7090cecb9b
Create initial files
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

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