Python modules for C tokenizing and parsing?

Jeremy Yallop jeremy at jdyallop.freeserve.co.uk
Tue Dec 31 05:48:04 EST 2002


* Edward C. Jones
| Has anyone written Python modules that tokenize C code and parse it?

There's a C lexer and parser, apparently incomplete, included with the
`ply' distribution.

    http://systems.cs.uchicago.edu/ply/

Jeremy.



More information about the Python-list mailing list