[tlox] Refactor to use Truffle DSL

This commit is contained in:
ctsk
2022-09-13 18:21:31 +02:00
parent 3c12f50b6f
commit a93b1018ca
12 changed files with 85 additions and 67 deletions

View File

@@ -26,6 +26,12 @@
<artifactId>truffle-api</artifactId>
<version>22.2.0</version>
</dependency>
<dependency>
<groupId>org.graalvm.truffle</groupId>
<artifactId>truffle-dsl-processor</artifactId>
<version>22.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4</artifactId>