re question - finiding matching ()

Paul McGuire ptmcg at austin.rr.com
Sun Jan 18 19:15:14 EST 2004


"Christophe Delord" <no.spam> wrote in message
news:20040118192118.61fea23f.no.spam at box...
> On 18 Jan 2004 07:51:38 -0800, Miki Tebeka wrote:
>
<snip>
>
> Anyway a better solution would be to use a syntactic parser. You can
> write your own by hand or make your choice here:
> http://www.python.org/sigs/parser-sig/
>
> Best regards,
> Christophe.

Another parser not listed on this page can be found at
http://pyparsing.sourceforge.net. The download includes an algebraic
expression parser, that handles parenthesis nesting.

-- Paul





More information about the Python-list mailing list