This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
A recursive descent parser framework for the Python programming language. Alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions.
First released | 2007 |
Open-source | Not defined |
Used by | Pydot, pytnef, Undebt |
The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.