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>
Contributors are welcome!
- Open an issue regarding an improvement you thought of, or a bug you noticed, or ask to be assigned to an existing one.
- If the issue is confirmed, fork the repository, do the changes on a separate branch and make a Pull Request.
- After review and acceptance, the PR is merged and closed.
Make sure the maven build
$ mvn clean install
passes before making a PR.