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: about 1 month 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 (over 1 year ago)
- Last Synced: 2024-07-30T16:56:28.265Z (5 months ago)
- Topics: antlr, antlr4, antlr4-grammar, antlr4-java, java
- Language: ANTLR
- Homepage:
- Size: 117 KB
- Stars: 3
- 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.