Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 832 Bytes

File metadata and controls

21 lines (12 loc) · 832 Bytes

antlr4-gradle-template-CSVtoXML-translator

.github/workflows/build.yml

Simple template Antlr4 gradle template with ANTLR based translation, traversal, and validation.

Running the Code

Just run gradlew from root directory to generate Antlr4 created code, compile actual code, and run unit tests.

Only requirement is a JavaJDK installed.

./gradlew

Testing G4 Grammers

GUI based Antlr Validation tools such as the ANTLR Intellij Plugin help in rapidly verifying Grammer file updates.

Once plugin is installed, you'll have a right click context of Test Rule when viewing the G4 file in the IDE.