Add README.md

This commit is contained in:
2026-05-12 12:20:02 -06:00
parent 0dcb3c8617
commit 11e70f3ae1

3
README.md Normal file
View File

@@ -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.