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: 4 months ago
JSON representation

A java parser that uses ANTLR4 to create an AST using the visitor pattern.

Awesome Lists containing this project

README

          

# parseva
A java parser that creates an AST using the visitor pattern. Supports up to jdk9.