python-parsy / parsyLinks
Easy and elegant parser combinators for Python. With awesome docs.
☆402Updated 6 months ago
Alternatives and similar repositories for parsy
Users that are interested in parsy are comparing it to the libraries listed below
Sorting:
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆427Updated last month
- Design-by-contract in Python3 with informative violation messages and inheritance☆379Updated 10 months ago
- Runtime inspection utilities for Python typing module☆365Updated 2 months ago
- Functional plumbing for Python☆209Updated last year
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆199Updated 2 years ago
- The easiest way to parse text in Python☆110Updated last week
- A python lens library for manipulating deeply nested immutable structures☆324Updated last year
- Write short and fully-typed lambdas where you need them.☆279Updated last year
- Recursive descent parsing library for Python based on functional combinators☆354Updated last year
- PEG parser generator for Python