Create initial files
parent
7d773d9155
commit
7090cecb9b
12
README.md
12
README.md
|
@ -1,3 +1,11 @@
|
|||
# really-bad-compiler-in-haskell
|
||||
# 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)
|
||||
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
|
||||
|
|
Reference in New Issue