Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 282 Bytes

antlr-poc

Simple project showing how a grammar can be built and executed in Java using ANTLR4's maven plugin.

Build

$ mvn clean instal

Run

$ java -jar target/antlr-poc-1.0.0-SNAPSHOT.jar hello.in
$ java -jar target/antlr-poc-1.0.0-SNAPSHOT.jar hello.err.in