This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
about the parse tree
- From: "zouq" <zouqiong at ict dot ac dot cn>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 12 Apr 2005 10:47:59 +0800 (CST)
- Subject: about the parse tree
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 comment in the source
code.
thanks.