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.
-
Notifications
You must be signed in to change notification settings - Fork 1
gjf2a/grambler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GUI-based parser generator for the Java language employing the Earley algorithm.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published