Skip to content
/ grambler Public

GUI-based parser generator for the Java language employing the Earley algorithm.

Notifications You must be signed in to change notification settings

gjf2a/grambler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grambler

Grambler enables the user to create a parser by specifying a context-free grammar. The generated parser uses the Earley algorithm. You can interactively experiment with testing your parser on inputs, even saving them as unit tests. If you wish to deploy your parser in a Java program, you can include your grammar along with your program and this library to generate a parser. The generated parser will make the abstract syntax tree for each parsed text available to your code.

About

GUI-based parser generator for the Java language employing the Earley algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages