Need parser for C-like grammar

Albert athyb at hotmail.com
Fri Jun 4 07:12:23 EDT 2004


Hi group

I need to develop a parser for a descriptor file which
uses a c-like syntax. 

Is there any package available (preferably with examples
of such c-like grammar) that allows me to define the grammar
in an easy way and use this to parse the file into a tree of
python objects?

Thanks
Albert



More information about the Python-list mailing list