Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 2.3 KB

README.md

File metadata and controls

45 lines (40 loc) · 2.3 KB

com.bitplan.antlr

Library with helpers for ANTLR Language development

Travis (.org) Maven Central GitHub issues GitHub issues GitHub BITPlan

Documentation

Maven dependency

Maven dependency

<!-- Library with helpers for ANTLR Language development http://www.bitplan.com/index.php/Antlr -->
<dependency>
  <groupId>com.bitplan.antlr</groupId>
  <artifactId>com.bitplan.antlr</artifactId>
  <version>0.0.8</version>
</dependency>

Current release at repo1.maven.org

How to build

git clone https://github.com/BITPlan/com.bitplan.antlr
cd com.bitplan.antlr
mvn install

Version History

  • 2017-10-13 0.0.1 - initial release
  • 2017-10-14 0.0.2 - fixes #1 support for files from source directories and #2 support for timeout check
  • 2018-01-14 0.0.3 - make railroad-diagrammer dependency optional
  • 2018-01-14 0.0.4 - upgrades to ANTLR 4.7.1
  • 2018-01-14 0.0.5 - include ANTLR tools
  • 2018-01-14 0.0.6 - use railroad diagrammer 0.2.0 (forked)
  • 2018-08-20 0.0.7 - use com.bitplan.pom parent pom
  • 2019-01-31 0.0.8 - fixes NullPointer issue inf SourceDirectory