Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teverett/antlr4example
A Java example for Antlr4
https://github.com/teverett/antlr4example
antlr antlr4 arithmetic example java
Last synced: 11 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T18:15:08.000Z (about 1 month ago)
- Last Synced: 2024-10-14T12:48:53.513Z (23 days ago)
- Topics: antlr, antlr4, arithmetic, example, java
- Language: ANTLR
- Size: 122 KB
- Stars: 59
- Watchers: 3
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![CI](https://github.com/teverett/antlr4example/workflows/CI/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c93d218c4f4f470c9b3fb53a8f4bc626)](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.