Re[2]: How can I get access to tree representation

2005-12-12 Thread Alexander
Hello Gabriel, Monday, December 12, 2005, 12:47:17 PM, you wrote: > Alexander <[EMAIL PROTECTED]> writes: > | I started exploring code base of cc1plus, and now I have little > | question - how I can get access to tree representation of program (I > | should do it after gcc/cp/parser.c:cp_parser_

Re: How can I get access to tree representation

2005-12-12 Thread Gabriel Dos Reis
Alexander <[EMAIL PROTECTED]> writes: | I started exploring code base of cc1plus, and now I have little | question - how I can get access to tree representation of program (I | should do it after gcc/cp/parser.c:cp_parser_translation unit(...), isnt it?) | If I wasnt mistaken, RTL began build only

How can I get access to tree representation

2005-12-11 Thread Alexander
I started exploring code base of cc1plus, and now I have little question - how I can get access to tree representation of program (I should do it after gcc/cp/parser.c:cp_parser_translation unit(...), isnt it?) If I wasnt mistaken, RTL began build only if parser says that syntax OK? -- Best regar