You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
llir/lang | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
compiler.rkt | 2 years ago | |
demo.rkt | 2 years ago | |
info.rkt | 2 years ago |
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
installation/usage
cd /path/to/shark-compiler
raco pkg install
then write a file with #lang shark/llir