teverett / antlr4example

A Java example for Antlr4
59 stars 28 forks source link
antlr antlr4 arithmetic example java

CI Codacy Badge

antlr4example

A quick Antlr4 Java example. The example uses antlr4-maven-plugin to compile the grammar Cobol85.g4 and parse a simple Cobol program.