antlr4example
A quick Antlr4 Java example. The example uses antlr4-maven-plugin to compile the grammar arithmetic.g4 and parse an arithmetic expression: the pythagorean theorem.
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
src/main |
|
|
|
|
.gitignore |
|
|
|
|
README.md |
|
|
|
|
pom.xml |
|
|
A quick Antlr4 Java example. The example uses antlr4-maven-plugin to compile the grammar arithmetic.g4 and parse an arithmetic expression: the pythagorean theorem.