Update README.md

main
Ethan Reece 2023-09-11 12:05:44 -05:00
parent 17a683e27d
commit ae191c71dd
Signed by: me
GPG Key ID: D3993665FF92E1C3
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ Main repo: https://git.sudoer.ch/me/really-bad-compiler-in-haskell
- Use `ghcup` to install all of the Haskell tools.
- Use `stack build` and `stack run <file>` to run the program.
## File structure
- `app` - contains the compiler program
- `example` - contains example programs that can be compiled
## Credits
### Learning Resources Used