From ae191c71dd6cff315821430276f88233cc7a731c Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Mon, 11 Sep 2023 12:05:44 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 486427a..c415701 100644 --- a/README.md +++ b/README.md @@ -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 ` to run the program. +## File structure + +- `app` - contains the compiler program +- `example` - contains example programs that can be compiled + ## Credits ### Learning Resources Used