Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrmancuso/parseva
A java parser that uses ANTLR4 to create an AST using the visitor pattern.
https://github.com/nrmancuso/parseva
antlr antlr4 antlr4-grammar antlr4-java java
Last synced: 3 days ago
JSON representation
A java parser that uses ANTLR4 to create an AST using the visitor pattern.
- Host: GitHub
- URL: https://github.com/nrmancuso/parseva
- Owner: nrmancuso
- License: unlicense
- Created: 2020-11-28T13:42:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T10:57:37.000Z (almost 2 years ago)
- Last Synced: 2024-12-17T12:11:37.627Z (about 2 months ago)
- Topics: antlr, antlr4, antlr4-grammar, antlr4-java, java
- Language: ANTLR
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parseva
A java parser that creates an AST using the visitor pattern. Supports up to jdk9.