Tihanyi Norbert wrote:
Hello! I have a little problem. I would like to make a new front-end for gcc. It'll working with java search, but I can't found any reference how can I dump my program's AST. I hope, somebody could help me!
Look at gcc's debugging options. Probably you want something like: -fdump-tree-all David Daney