From cda1c0664cce6a27571bea48a99db2947a6c0539 Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Thu, 7 Sep 2023 17:15:02 -0500 Subject: [PATCH] Remove RTX --- .rtx.toml | 2 -- README.md | 13 ++++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 .rtx.toml diff --git a/.rtx.toml b/.rtx.toml deleted file mode 100644 index 8614ee4..0000000 --- a/.rtx.toml +++ /dev/null @@ -1,2 +0,0 @@ -[tools] -stack = "latest" diff --git a/README.md b/README.md index a78852b..7beccce 100644 --- a/README.md +++ b/README.md @@ -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