Grammar based parsing in Java 8 to a tree structure.
Create with no overhead a grammar in java and parse it into a tree structure. Will probably work right away with your grammar.
A Java library for parsing files and building Abstract Syntax Tree based on context free (CF) grammar.
Easy to use and provides fast prototyping. With grammar provided the library provides the AST of input. Command line interface is provided.