Truffle SL

Truffle SL is an example language implemented using the Truffle API.

Лицензия

Лицензия

Группа

Группа

com.oracle.truffle
Идентификатор

Идентификатор

truffle-sl
Последняя версия

Последняя версия

1.0.0-rc7
Дата

Дата

Тип

Тип

jar
Описание

Описание

Truffle SL
Truffle SL is an example language implemented using the Truffle API.
Ссылка на сайт

Ссылка на сайт

http://openjdk.java.net/projects/graal
Система контроля версий

Система контроля версий

https://github.com/oracle/graal/tree/master/truffle

Скачать truffle-sl

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.oracle.truffle/truffle-sl/ -->
<dependency>
    <groupId>com.oracle.truffle</groupId>
    <artifactId>truffle-sl</artifactId>
    <version>1.0.0-rc7</version>
</dependency>
// https://jarcasting.com/artifacts/com.oracle.truffle/truffle-sl/
implementation 'com.oracle.truffle:truffle-sl:1.0.0-rc7'
// https://jarcasting.com/artifacts/com.oracle.truffle/truffle-sl/
implementation ("com.oracle.truffle:truffle-sl:1.0.0-rc7")
'com.oracle.truffle:truffle-sl:jar:1.0.0-rc7'
<dependency org="com.oracle.truffle" name="truffle-sl" rev="1.0.0-rc7">
  <artifact name="truffle-sl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oracle.truffle', module='truffle-sl', version='1.0.0-rc7')
)
libraryDependencies += "com.oracle.truffle" % "truffle-sl" % "1.0.0-rc7"
[com.oracle.truffle/truffle-sl "1.0.0-rc7"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.oracle.truffle : truffle-api jar 1.0.0-rc7
com.oracle.truffle : truffle-tck jar 1.0.0-rc7
junit : junit jar 4.12
org.antlr : antlr4-runtime jar 4.7

Модули Проекта

Данный проект не имеет модулей.

GraalVM

https://graalvm.slack.com

GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++.

The project website at https://www.graalvm.org describes how to get started, how to stay connected, and how to contribute.

Repository Structure

The GraalVM main source repository includes the following components:

  • GraalVM SDK contains long term supported APIs of GraalVM.

  • GraalVM compiler written in Java that supports both dynamic and static compilation and can integrate with the Java HotSpot VM or run standalone.

  • Truffle language implementation framework for creating languages and instrumentations for GraalVM.

  • Tools contains a set of tools for GraalVM languages implemented with the instrumentation framework.

  • Substrate VM framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects.

  • Sulong is an engine for running LLVM bitcode on GraalVM.

  • GraalWasm is an engine for running WebAssembly programs on GraalVM.

  • TRegex is an implementation of regular expressions which leverages GraalVM for efficient compilation of automata.

  • VM includes the components to build a modular GraalVM image.

  • VS Code provides extensions to Visual Studio Code that support development of polyglot applications using GraalVM.

Get Support

Related Repositories

GraalVM allows running of following languages which are being developed and tested in related repositories with GraalVM core to run on top of it using Truffle and the GraalVM compiler. These are:

License

Each GraalVM component is licensed:

com.oracle.truffle

Oracle

Open Source at Oracle

Версии библиотеки

Версия
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc1
0.33
0.32
0.31
0.30
0.29
0.28.1
0.28
0.27
0.26
0.25
0.24
0.23
0.22
0.21
0.20
0.19
0.18
0.17
0.16
0.15
0.14
0.13
0.12
0.11
0.10
0.9