graalvm / simplelanguage

A simple example language built using the Truffle API.

Home Page:http://openjdk.java.net/projects/graal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class not found : com.oracle.truffle.sl.nodes.interop.SLForeignToSLTypeNodeGen;

killme2008 opened this issue · comments

The class SLForeignToSLTypeNodeGen is not exists, even in latest version 0.27, how can it fix it?

Hi, thanks.

But SLForeignToSLTypeNode is not SLForeignToSLTypeNodeGen, any way to generate the later class?

As implied by the name, it's a generated file (generated by a Truffle annotation processor).

ok, thanks a lot.