8 lines
329 B
Markdown
8 lines
329 B
Markdown
# 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
|