This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Tree documentation
- To: David Dolan <ddolan at andrew dot cmu dot edu>
- Subject: Re: Tree documentation
- From: Tim Josling <tej at melbpc dot org dot au>
- Date: Wed, 02 Aug 2000 17:59:20 +1000
- CC: gcc at gcc dot gnu dot org
- Organization: Melbourne PC User Group
- References: <NEBBKPAOMLBOLDABCKNLGEDOCAAA.ddolan@andrew.cmu.edu>
The GCC manual is not very helpful on this topic.
It basically says to look at tree.h and tree.def, which is better
than nothing but not much better.
My web site http://www.geocities.com/timjosling/cobol_toc.html
has in chapter 14 a lot of documentation on interfacing to the
tree structures, and also has links to all the other info I could
find on this topic. Good luck! It is possible.
By the way my employer signed the disclaimer yesterday and I sent
off the forms today so I am one step closer to being able to have
this stuff put into the GCC manual (just need Joachim Nadler's
forms now).
Tim Josling
David Dolan wrote:
>
> Does any documentation of the different nodes in the GCC tree structure and
> their fields exist? (other than the code itself) If so, where can I get it.
>
> Thanks!
>
> David Dolan
> ddolan@andrew.cmu.edu