Home

Awesome

ParserGeneratorCC

javadoc Maven Central

Fork of JavaCC 7.0.3 because the original code base has poor quality and PRs were not really merged. The overall goal is to maintain compatibility to JavaCC but

See https://github.com/phax/ph-javacc-maven-plugin/ for a Maven plugin that uses this CC.

This fork is not really actively maintained, except some severe problems arise. I mainly use it to power my ph-css CSS parser.

Maven usage

Add the following to your pom.xml to use this artifact (replacing x.y.z with the actual version number):

<dependency>
  <groupId>com.helger</groupId>
  <artifactId>parser-generator-cc</artifactId>
  <version>x.y.z</version>
</dependency>

News and noteworthy


My personal Coding Styleguide | It is appreciated if you star the GitHub project if you like it.