not really known
Go to file
2024-06-29 09:58:52 -07:00
.gitignore Initial commit 2024-06-29 08:39:19 -07:00
fine_tune_code_llama.ipynb Adds PS run 2024-06-29 09:58:52 -07:00
LICENSE Initial commit 2024-06-29 08:39:19 -07:00
README.md Create README.md 2024-06-29 08:47:45 -07:00

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.