This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

concerning: New C++ Parser


are there plans to provide access to the parser's
produced AST (parse tree) for external programs ?
As it was discussed numerous times, this would benefit
source code analysis tools a lot.
I'm myself writing a little (GPLed) source code documentation
tool ('synopsis'), which accesses the AST through language
specific parser backends. I'v a running IDL parser, based on
the omniidl tool, and I did some work on a C++ parser, based
on the openc++ code. Being able to use the compiler directly
would be most beneficial for a couple of obvious reasons.

Regards,	Stefan
_______________________________________________________              
              
Stefan Seefeld
Departement de Physique
Universite de Montreal
email: seefelds@magellan.umontreal.ca

_______________________________________________________

      ...ich hab' noch einen Koffer in Berlin...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]