mirror of
https://codeberg.org/ProgramSnail/truffle-lama.git
synced 2025-12-06 06:48:47 +00:00
init nodes, some basic nodes implementations
This commit is contained in:
parent
a149766007
commit
07b80ce5cb
46 changed files with 906 additions and 256 deletions
|
|
@ -3,7 +3,9 @@
|
|||
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
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue