No description
Find a file
2025-02-16 17:04:11 +03:00
.idea init, parser generation (without attributes), attempts to build basic lang class 2025-02-16 17:04:11 +03:00
src/main/java/org/programsnail/truffle_lama init, parser generation (without attributes), attempts to build basic lang class 2025-02-16 17:04:11 +03:00
.gitignore init 2025-02-16 13:20:23 +03:00
pom.xml init, parser generation (without attributes), attempts to build basic lang class 2025-02-16 17:04:11 +03:00
README.md init, parser generation (without attributes), attempts to build basic lang class 2025-02-16 17:04:11 +03:00

Lama

This is an attempt to implement the LaMa language (https://github.com/PLTools/Lama) with GraalVM and Truffle.

Code is based on: