Whiley2Java Compiler (WyJC)

The Whiley2JavaCompiler is responsible for translating Whiley Intermediate Language (WyIL) files into JVM Bytecodes

License

License

BSD 3-Clause License
GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

wyjc
Last Version

Last Version

0.4.7
Release Date

Release Date

Type

Type

jar
Description

Description

Whiley2Java Compiler (WyJC)
The Whiley2JavaCompiler is responsible for translating Whiley Intermediate Language (WyIL) files into JVM Bytecodes
Project URL

Project URL

http://whiley.org
Source Code Management

Source Code Management

https://github.com/Whiley/Whiley2JavaCompiler

Download wyjc

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.whiley : wyc jar [0.5.0,0.6.0)
org.whiley : jasm jar 1.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Whiley2JavaCompiler

org.whiley

The Whiley Programming Language

Devoted to the development of Whiley, an open source programming language.

Versions

Version
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1