extremely retargetable esolang compiler
Go to file
xenia 83a2064123 expand asm! to allow for actually implementing the sort chal in laser 2020-07-21 02:38:52 -04:00
.gitignore 🦈 initial commit 2020-07-20 02:57:59 -04:00
README.md 🦈 initial commit 2020-07-20 02:57:59 -04:00
compiler.rkt expand asm! to allow for actually implementing the sort chal in laser 2020-07-21 02:38:52 -04:00

README.md

shark compiler

i wanted to make a framework for extremely retargetable esolang compilation so i made one

currently this defines a low-level IR and compilation framework for targeting. in the future, there will be a more usable language that compiles to the LLIR. and polyfills in case targets don't implement operations, etc