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]

Re: C++ front end


>>>>> "Abani," == Abani, Priya <priya.abani@intel.com> writes:

    Abani,> Hi, I am looking at the GNU g++ front end to be able to
    Abani,> analyze the tree structures created after parsing C++. I
    Abani,> am only interested in getting access to the tree
    Abani,> structures. Can u point me to some quick links to help me
    Abani,> access tree nodes for a C++ input ?

Priya --

Check out the file c-tree.texi in the current CVS sources.  You can
browse it from the web using the cvsweb interface.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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