From 11e70f3ae17432a3d18f055b4b8d37db620cb381 Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Slaga Date: Tue, 12 May 2026 12:20:02 -0600 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a1094d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gyehoek-hs (계획) + +a (wip) toy compiler for a Scheme-like language. currently targetting [QBE](https://c9x.me/compile/) (an LLVM-like intermediate representation). uses ANF and some other GHC-esque compilation techniques. \ No newline at end of file