Create initial files
This commit is contained in:
parent
7d773d9155
commit
7090cecb9b
2 changed files with 12 additions and 2 deletions
2
.rtx.toml
Normal file
2
.rtx.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[tools]
|
||||
stack = "latest"
|
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 a new issue