Inspired by the project rrd-antlr4 this project is a full refactored system to generate railroad / syntax diagram of an AntLR 4 grammar.
- JDK 1.8
- Bower
- Maven 3 or higher
- Doxygen with GraphViz
- Source code documentation
- Coveralls.io Statistic
Using as Standalone Jar or Maven Site Plugin
<reporting>
<plugins>
<plugin>
<groupId>de.flashpixx</groupId>
<artifactId>rrd-antlr4</artifactId>
<version>0.0.1</version>
</plugin>
</plugins>
</reporting>