Module for doing some Parsing in Python

Skip Montanaro skip at pobox.com
Tue Dec 2 09:13:54 EST 2003


    Boris> I'm looking for parsing a Verilog file in my python module, is
    Boris> there already such a tool in python (a module in progress) to
    Boris> help instead of doing a duplicate job.  And do you know of some
    Boris> generic parsing module in python, in which you give some kind of
    Boris> grammar and callbacks ?

Check out the SPARK toolkit: 

    http://pages.cpsc.ucalgary.ca/~aycock/spark/

Skip





More information about the Python-list mailing list