S
Sparky Mat
I need to parse a source tree to generate a table of functions used.
GCC-XML is causing more trouble than helping (I might be using it
wrong). Is there a C/C++ parser library (written in Ruby) available?
Failing which, which parser generator would you recommend, that would
help me write a simple C parser? My CC skills are a bit rusted, and it
would greatly help if the parser generator library has examples and/or
tutorials.
GCC-XML is causing more trouble than helping (I might be using it
wrong). Is there a C/C++ parser library (written in Ruby) available?
Failing which, which parser generator would you recommend, that would
help me write a simple C parser? My CC skills are a bit rusted, and it
would greatly help if the parser generator library has examples and/or
tutorials.