An open API service indexing awesome lists of open source software.

https://github.com/bitplan/com.bitplan.antlr

Library with helpers for ANTLR Language development
https://github.com/bitplan/com.bitplan.antlr

antlr-language-development antlr4

Last synced: 4 months ago
JSON representation

Library with helpers for ANTLR Language development

Awesome Lists containing this project

README

        

### com.bitplan.antlr
[Library with helpers for ANTLR Language development](http://www.bitplan.com/index.php/Antlr)

[![Travis (.org)](https://img.shields.io/travis/BITPlan/com.bitplan.antlr.svg)](https://travis-ci.org/BITPlan/com.bitplan.antlr)
[![Maven Central](https://img.shields.io/maven-central/v/com.bitplan.antlr/com.bitplan.antlr.svg)](https://search.maven.org/artifact/com.bitplan.antlr/com.bitplan.antlr/0.0.8/jar)
[![GitHub issues](https://img.shields.io/github/issues/BITPlan/com.bitplan.antlr.svg)](https://github.com/BITPlan/com.bitplan.antlr/issues)
[![GitHub issues](https://img.shields.io/github/issues-closed/BITPlan/com.bitplan.antlr.svg)](https://github.com/BITPlan/com.bitplan.antlr/issues/?q=is%3Aissue+is%3Aclosed)
[![GitHub](https://img.shields.io/github/license/BITPlan/com.bitplan.antlr.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![BITPlan](http://wiki.bitplan.com/images/wiki/thumb/3/38/BITPlanLogoFontLessTransparent.png/198px-BITPlanLogoFontLessTransparent.png)](http://www.bitplan.com)

### Documentation
* [Wiki](http://www.bitplan.com/index.php/Antlr)
* [com.bitplan.antlr Project pages](https://BITPlan.github.io/com.bitplan.antlr)
* [Javadoc](https://BITPlan.github.io/com.bitplan.antlr/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/com.bitplan.antlr/surefire-report.html)
### Maven dependency

Maven dependency
```xml

com.bitplan.antlr
com.bitplan.antlr
0.0.8

```

[Current release at repo1.maven.org](http://repo1.maven.org/maven2/com/bitplan/antlr/com.bitplan.antlr/0.0.8/)

### 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