Date: Sat, 17 Feb 96 19:40:36 EST From: dewar AT gnat DOT com (Robert Dewar) Message-Id: <9602180040.AA29855@nile.gnat.com> To: Michael DOT Dossis AT comlab DOT ox DOT ac DOT uk, djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: GNAT-ADA >= 2.06 source code/tree generation Cc: gnat-report AT cs DOT nyu DOT edu Content-Length: 315 you have to read through the sources to understand how to read the syntax trees, it is not something we provide help on (since our plan is to proivide only the ASIS interface to these trees). You can get readable trees using the -gnatdt switch, but you need to know a lot more than you do now to read those trees!