mirror of
https://codeberg.org/ProgramSnail/truffle-lama.git
synced 2025-12-05 22:38:43 +00:00
No description
| .idea | ||
| src | ||
| .gitignore | ||
| pom.xml | ||
| README.md | ||
Lama
This is an attempt to implement the LaMa language (https://github.com/PLTools/Lama) with GraalVM and Truffle.
Code is based on:
- https://github.com/graalvm/simplelanguage
- https://github.com/cesquivias/mumbler
- https://github.com/skinny85/graalvm-truffle-tutorial