This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
parser modification followup
- From: "Santiago Margareto" <smargareto at gfi-info dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Tue, 10 Dec 2002 19:50:06 -0300
- Subject: parser modification followup
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