parse C expression?

James Mills prologic at shortcircuit.net.au
Mon Dec 15 19:00:38 EST 2008


On Tue, Dec 16, 2008 at 9:48 AM, Torsten Mohr <tmohr at s.netic.de> wrote:
> Hi,
>
> i found some examples when googling for the subject but nothing really
> matched.
>
> Is there a standard module available that lets me parse a syntax like "C"
> with numbers, operators, braces, variables and function calls?

Try pyparsing.

cheers
James



More information about the Python-list mailing list