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
- Host: GitHub
- URL: https://github.com/bitplan/com.bitplan.antlr
- Owner: BITPlan
- License: apache-2.0
- Created: 2017-10-13T13:41:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T06:51:52.000Z (over 4 years ago)
- Last Synced: 2025-01-09T06:46:28.210Z (5 months ago)
- Topics: antlr-language-development, antlr4
- Language: Java
- Size: 851 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### com.bitplan.antlr
[Library with helpers for ANTLR Language development](http://www.bitplan.com/index.php/Antlr)[](https://travis-ci.org/BITPlan/com.bitplan.antlr)
[](https://search.maven.org/artifact/com.bitplan.antlr/com.bitplan.antlr/0.0.8/jar)
[](https://github.com/BITPlan/com.bitplan.antlr/issues)
[](https://github.com/BITPlan/com.bitplan.antlr/issues/?q=is%3Aissue+is%3Aclosed)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](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 dependencyMaven dependency
```xmlcom.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