[tlox] Refactor to use Truffle DSL
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user