Title: Python parsers for C/C++/Java

Hi,

I am looking for a parser generator to parse C, C++ and Java (including popular extensions from various compilers) source code; I have come across PLY, SPARK, D-parser (there seems to be a all-python version itself for this one), etc. and am wondering which one would be the most appropriate one for our use -- which is to do a bit of static code analysis (in python) on the sources.

The support for the various language  dialects cannot be compromised; for instance if it's C, it will have to support all popular variants, like GCC's, Microsoft's, etc.

If there are free pre-built python parsers that handle any of these languages, it would really help to start off.

Thanks in Advance,

Best Regards,
Shivram U

(Please CC me as i am not subscribed to the list)


Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to