Railroad Diagram Generator for ANTLR 4
Inspired by the project rrd-antlr4 this project is a full refactored system to generate railroad / syntax diagram of an AntLR 4 grammar.
Requirements
Development
- JDK 1.8
- Bower
- Maven 3 or higher
- Doxygen with GraphViz
- Source code documentation
- Coveralls.io Statistic
Binary Components
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>     
 JarCasting
 JarCasting