Skip to content

jvmqueen/queen-antlr

Repository files navigation

queen-antlr

Managed By Self XDSD DevOps By Rultor.com We recommend IntelliJ IDEA

This repo contains Queenlang's ANTLR4 grammar, as well as the Java 8 parser generated by ANTLR4.

To get the latest release from Github Packages, simply add the following to your pom.xml:

<dependency>
    <groupId>org.queenlang</groupId>
    <artifactId>queen-antlr</artifactId>
    <version>0.0.7</version>
</dependency>

Contribute

Contributors are welcome!

  1. Open an issue regarding an improvement you thought of, or a bug you noticed, or ask to be assigned to an existing one.
  2. If the issue is confirmed, fork the repository, do the changes on a separate branch and make a Pull Request.
  3. After review and acceptance, the PR is merged and closed.

Make sure the maven build

$ mvn clean install

passes before making a PR.