mirror of
https://codeberg.org/ProgramSnail/truffle-lama.git
synced 2025-12-05 22:38:43 +00:00
init, parser generation (without attributes), attempts to build basic lang class
This commit is contained in:
parent
8401a5418d
commit
a149766007
22 changed files with 6363 additions and 17 deletions
9
README.md
Normal file
9
README.md
Normal 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
|
||||
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue