public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* parser modification followup
@ 2002-12-10 10:50 Santiago Margareto
  2002-12-10 13:47 ` Andreas Bauer
  0 siblings, 1 reply; 4+ messages in thread
From: Santiago Margareto @ 2002-12-10 10:50 UTC (permalink / raw)
  To: gcc-help

After some research I have found that it won't be necessary to change the
gcc parser. In some places in the gcc docs it is said that you can interface
with the gcc back-end with the tree (tree.c) or RTL file (rtc.c). I can
generate the RTL file, and the try to parse it. However, is there a way to
generate the 'tree file' - something that I can parse/traverse with the tree
data-structure?

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-12-14  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-10 10:50 parser modification followup Santiago Margareto
2002-12-10 13:47 ` Andreas Bauer
2002-12-11  0:00   ` Santiago Margareto
2002-12-13 16:10     ` Andreas Bauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).