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

Features

  • 100% Python
  • Built-ins for common structures, comment formats
  • Source distribution includes *many* examples, and HTML docs
  • Python 3 compatible version 2.x; Python 2 compatible version 1.5.x

Project Activity

See All Activity >