Abstract Syntax Tree Generator

Generated Java classes to represent abstract syntax trees.

License

License

GroupId

GroupId

com.github.peterzeller
ArtifactId

ArtifactId

abstractsyntaxgen
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Abstract Syntax Tree Generator
Generated Java classes to represent abstract syntax trees.
Project URL

Project URL

https://github.com/peterzeller/abstractsyntaxgen

Download abstractsyntaxgen

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
org.antlr : antlr4-runtime jar 4.5.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0