This repository has been archived on 2024-04-05. You can view files and clone it, but cannot push or open issues/pull-requests.
really-bad-compiler-in-haskell/README.md

23 lines
653 B
Markdown
Raw Normal View History

2023-09-07 20:57:58 +00:00
# Really Bad Compiler in Haskell
2023-09-07 20:46:17 +00:00
2023-09-07 20:57:58 +00:00
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.
2023-09-07 22:15:02 +00:00
Main repo: https://git.sudoer.ch/me/really-bad-compiler-in-haskell
2023-09-07 20:57:58 +00:00
## Build Instructions
2023-09-07 22:15:02 +00:00
Clone the repo. Then, use `ghcup tui` to install all of the Haskell tools.
2023-09-07 20:57:58 +00:00
## Credits
2023-09-07 22:15:02 +00:00
### Learning Resources
2023-09-07 20:57:58 +00:00
- Introduction to Compiler Design class at The University of Texas at Dallas, taught by Charles Averill
2023-09-07 22:15:02 +00:00
### Tools
- Language: Haskell
2023-09-07 22:59:56 +00:00
- Language-specific tools: GHCup, Stack, Cabal
2023-09-07 22:15:02 +00:00
- IDE: VSCodium
- Git tool: Forgejo