skip to navigation
skip to content

pyparsing 1.3.3

Python parsing module

Package Documentation

Latest Version: 1.5.6

pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math