Re: about the parse tree

2005-04-12 Thread Mike Stump
On Monday, April 11, 2005, at 07:47 PM, zouq wrote: i want very much to learn more about the parse tree in gcc. tree.def is fairly dense and contains many of the details about trees. Have you read that? can some one show me some way to learn it a little easier, i have tried to debug it, but

about the parse tree

2005-04-11 Thread zouq
i want very much to learn more about the parse tree in gcc. but it`s much more complicate than i have thought. can some one show me some way to learn it a little easier, i have tried to debug it, but the structure is difficult to understand, and i can`t find any document about it, except the