/antlr4-rpgle

ANTLR parser for RPGLE

Primary LanguageJavaOtherNOASSERTION

rpgleparser

rpgleparser is an ANTLR v4 grammar for IBM's ILE RPG, capable of parsing both fixed- and free-format syntax.

Build Status

Author

Ryan Eberly

Contributors

David Gregory

Eric Wilson

Daniel Goodwin

RPGLEParser is on now on maven:

    <dependency>
        <groupId>com.github.rpgleparser</groupId>
        <artifactId>rpgleparser</artifactId>
        <version>1.0.0</version>
    </dependency>