Remove RTX

main
Ethan Reece 2023-09-07 17:15:02 -05:00
parent 7090cecb9b
commit cda1c0664c
Signed by: me
GPG Key ID: D3993665FF92E1C3
2 changed files with 12 additions and 3 deletions

View File

@ -1,2 +0,0 @@
[tools]
stack = "latest"

View File

@ -2,10 +2,21 @@
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.
Main repo: https://git.sudoer.ch/me/really-bad-compiler-in-haskell
## Build Instructions
Clone the repo. Then, Install `ghcup`, or if you have `rtx` installed, run `rtx install` which will install `ghcup` automatically.
Clone the repo. Then, use `ghcup tui` to install all of the Haskell tools.
## Credits
### Learning Resources
- Introduction to Compiler Design class at The University of Texas at Dallas, taught by Charles Averill
### Tools
- Language: Haskell
- Package Management: GHCup, Stack, Cabal
- IDE: VSCodium
- Git tool: Forgejo