https://github.com/teverett/antlr4example
A Java example for Antlr4
https://github.com/teverett/antlr4example
antlr antlr4 arithmetic example java
Last synced: 6 months ago
JSON representation
A Java example for Antlr4
- Host: GitHub
- URL: https://github.com/teverett/antlr4example
- Owner: teverett
- Created: 2017-07-15T23:19:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T18:49:44.000Z (8 months ago)
- Last Synced: 2025-03-31T09:09:08.710Z (6 months ago)
- Topics: antlr, antlr4, arithmetic, example, java
- Language: ANTLR
- Size: 137 KB
- Stars: 62
- Watchers: 2
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://www.codacy.com/app/teverett/antlr4example?utm_source=github.com&utm_medium=referral&utm_content=teverett/antlr4example&utm_campaign=Badge_Grade)# antlr4example
A quick Antlr4 Java example. The example uses antlr4-maven-plugin to compile the grammar [Cobol85.g4](https://github.com/antlr/grammars-v4/tree/master/cobol85) and parse [a simple Cobol](https://github.com/teverett/antlr4example/blob/master/src/main/resources/example1.txt) program.