python-parsing-tools icon indicating copy to clipboard operation
python-parsing-tools copied to clipboard

A list of Python parsing tools

Results 6 python-parsing-tools issues
Sort by recently updated
recently updated
newest added

Feel free to change as desired. Thanks!

Me and my brother wrote an [article on parsing tools](tomassetti.me/parsing-in-python). Would you be interested in listing it in the articles section? Can I send a PR?

- [ ] Add more projects (notably [Pynini](http://pynini.opengrm.org/), and [early_bird](https://github.com/n0nick/earley_bird)) - [ ] Add latest release version and latest release date - [ ] Add Python version support info

PLY is version 3.9 at the moment. https://github.com/dabeaz/ply And you might consider adding `rply` to the list by Alex Gaynor https://github.com/alex/rply

The [LanguageParsing page](https://wiki.python.org/moin/LanguageParsing) on the Python wiki has different data on many of the tools listed here (Python versions), and a few tools not listed. This information should be merged...

enhancement
help wanted