From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Josling To: David Dolan Cc: gcc@gcc.gnu.org Subject: Re: Tree documentation Date: Wed, 02 Aug 2000 01:01:00 -0000 Message-id: <3987D4D8.533F16D3@melbpc.org.au> References: X-SW-Source: 2000-08/msg00023.html 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