From kdevelop-devel Fri Jul 01 15:01:19 2005 From: Alexander Neundorf Date: Fri, 01 Jul 2005 15:01:19 +0000 To: kdevelop-devel Subject: probably the best C++ parser... Message-Id: <200507011701.19359.neundorf () kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=112023016703775 ...you can find is gcc, but did you know gccxml (http://www.gccxml.org/HTML/Index.html) ? It's basically the real gcc, but it doesn't produce machine instructions, but an xml file describing the source file. So you get -all functions -all variables -all parameters for functions -the locations where the functions are declared (file and line number) etc. in a machine-readable format. I think this could be really useful for kdevelop (go to declaration/definition, completion, parameter info, etc.) Did anybody already play with it ? Btw. it's written by the same guys who develop cmake :-) Bye Alex -- Work: alexander.neundorf@jenoptik.com - http://www.jenoptik-los.de Home: neundorf@kde.org - http://www.kde.org alex@neundorf.net - http://www.neundorf.net _______________________________________________ KDevelop-devel mailing list KDevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel