python-spark
python-spark copied to clipboard
An Earley-Algorithm Context-free grammar Parser Toolkit
Results
5
python-spark issues
Sort by
recently updated
recently updated
newest added
To handle right recursion. See the Perl parser or the one Evan Pheonix did for inspiration.
todo
Perhaps this project could use itself to parse EBNF? Note: doing this will fix Issue #10
todo
We can do at least a rudimentary version that doesn't have grouping inside including `*` or `?`.
todo