Skip to content

parser generator to produce C++ parser of some user grammar

Notifications You must be signed in to change notification settings

pprettysimpple/parser-generator

Repository files navigation

parser-generator

Produces C++ LL(1) parser of some user grammar.

To generate parser you need to build gen target and run it with:

./gen "path/to/grammar.txt" "path/to/output_dir"

Also check out run-* and test-* targets in CMakeList.txt.

About

parser generator to produce C++ parser of some user grammar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published