shark-compiler/README.md

8 lines
329 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