mirror of
https://github.com/rowtype-yoga/compiler-compendium.git
synced 2024-11-22 06:22:36 +03:00
not really known
.gitignore | ||
fine_tune_code_llama.ipynb | ||
LICENSE | ||
README.md |
compiler-compendium
An exeperimental PureScript compiler that runs on Code Llama.
name
The project's name comes from Shin Megami Tensei, which has a fusion mechanism where you can merge two demons. The way to summon them is called the demonic compendium. We have fused together hundreds of small "compilers" in a single LLM, all of which treat a subset of PureScript. Together, they add up to the sum total of the language. By following this approach instead of implementing a single, monolithic compiler, we hope that features such as language extensions and optimization become as easy as adding a new compiler in the mix.