wanted: C++ parser written in Python

Ville Vainio ville at spammers.com
Fri Feb 25 05:38:53 EST 2005


>>>>> "Franz" == Franz Steinhaeusler <franz.steinhaeusler at utanet.at> writes:

    Franz> Thank you, but it is too big.

    Franz> Anyway:

    Franz> I'm looking for some (simple) "rules" to parse (regex) and
    Franz> try to implement myself, if nothing is available.

Check out

http://pyparsing.sourceforge.net/

Before you start implementing one yourself. Regexp solution would
probably be a bit flakier. And do share your results when you get
some; I'm in need of a c++ parser myself.

-- 
Ville Vainio   http://tinyurl.com/2prnb



More information about the Python-list mailing list