0 Star 0 Fork 15

wwwwwwwV / GraalVM

forked from Gitee 极速下载 / GraalVM 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.45 KB
一键复制 编辑 原始数据 按行查看 历史

Graal Tools

Graal Tools suite provides tooling support for guest languages running on the graal platform. It depends on Truffle and is language-agnostic. The Tools are available to be used with any language written on Truffle and passing TCK tests.

Using Tools

The tools provided in this suite have options, that can be specified to command-line language launchers. Some tools have their APIs.

Setup and Build

Graal uses the MX build tool, which must be downloaded and put onto your PATH. Also, point JAVA_HOME to a JVMCI-enabled JDK 8.

git clone https://github.com/graalvm/mx.git
export PATH=$PWD/mx:$PATH
git clone https://github.com/graalvm/graal.git
cd graal/tools
mx build
mx unittest

IDE Configuration

You can generate IDE project configurations by running:

mx ideinit

This will generate Eclipse, IntelliJ, and NetBeans project configurations.

Contributing

You can contact the Truffle developers at graal-dev@openjdk.java.net mailing list. To contribute a change, verify it using

$ mx gate

and start a pull request.

License

The Tools are is licensed under the GPL 2 with Classpath Exception.

1
https://gitee.com/wwwwwwwv/GraalVM.git
git@gitee.com:wwwwwwwv/GraalVM.git
wwwwwwwv
GraalVM
GraalVM
master

搜索帮助