[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does GCC use a hand-made parser ( for C and C++ and Java ) ? Or Yacc
From: |
address@hidden |
Subject: |
Re: Does GCC use a hand-made parser ( for C and C++ and Java ) ? Or Yacc ? |
Date: |
Thu, 17 Apr 2008 10:16:06 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Apr 16, 9:44 pm, Robert <irishhac...@gmail.com> wrote:
> Or some other packaged parser tool?
It appears to use bison, which is sort of like yacc.
You can find the source for gcc here:
http://ftp.gnu.org/gnu/gcc/
Regards,
Tov Are