shark-compiler/README.md

16 lines
449 B
Markdown
Raw Normal View History

2020-07-20 06:47:58 +00:00
# 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
2020-07-21 13:57:48 +00:00
## installation/usage
```sh
cd /path/to/shark-compiler
raco pkg install
```
then write a file with `#lang shark/llir`