init, parser generation (without attributes), attempts to build basic lang class

This commit is contained in:
ProgramSnail 2025-02-16 17:04:11 +03:00
parent 8401a5418d
commit a149766007
22 changed files with 6363 additions and 17 deletions

9
README.md Normal file
View file

@ -0,0 +1,9 @@
### 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
---