dropincc.java

A simple yet powerful parser generator. Specify your grammar in pure java and compile dynamically. Especially suitable for DSL creation in java.

License

License

GroupId

GroupId

com.github.pfmiles
ArtifactId

ArtifactId

dropincc.java
Last Version

Last Version

0.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

dropincc.java
A simple yet powerful parser generator. Specify your grammar in pure java and compile dynamically. Especially suitable for DSL creation in java.
Project URL

Project URL

https://github.com/pfmiles/dropincc.java
Source Code Management

Source Code Management

https://github.com/pfmiles/dropincc.java

Download dropincc.java

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.3
0.2.2
0.2.1