What is rbgccxml?
RbGCCXML allows one to easily parse out and query C / C++ code.
This library uses GCC-XML to parse out the C / C++ code into XML, and
then nokogiri
to parse and query that XML.
What’s New
rbgccxml:
* Fixed API breakage with Nokogiri 1.4.4
* Now handling the GCC-XML node type
Project
Documentation: http://rbplusplus.rubyforge.org/rbgccxml.html
rbgccxml: GitHub - jameskilton/rbgccxml: Account name changed!
Installation
gem install rbgccxml