Update README.md

This commit is contained in:
2026-05-18 20:35:25 -06:00
parent e16306a6ca
commit 5ce364d78d

View File

@@ -1,3 +1,3 @@
# gyehoek-hs (계획) # 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. a (wip) toy compiler for a Scheme-like language. currently targetting [QBE](https://c9x.me/compile/). nabbing from GHC and GNU Guile.