Welcome, Guest! Log In | Create Account

Donate Share

Python parsing module

by ptmcg

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.


http://pyparsing.wikispaces.com/

Software Development

Project Feed

Python parsing module Actions