This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: where can I find GNU CC grammar
- From: "Jie Zhang" <zhangjie at magima dot com dot cn>
- To: "Andrew Pinski" <pinskia at physics dot uc dot edu>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 2 Sep 2002 14:30:07 +0800
- Subject: Re: where can I find GNU CC grammar
- References: <368EF376-BE27-11D6-8B25-000393122612@physics.uc.edu>
From: "Andrew Pinski" <pinskia@physics.uc.edu>
To: "Jie Zhang" <zhangjie@magima.com.cn>
>
> On Sunday, Sep 1, 2002, at 23:47 US/Eastern, Jie Zhang wrote:
>
> > It is stated in cp/parse.y that "This grammar(C++) is based on the GNU
> > CC
> > grammar."
> > But where is the GNU CC grammar.
>
> try c-parse.in
>
> Thanks,
> Andrew Pinski
>
c-parse.in is a bison file for C. I need a C++ grammar summary used in gcc,
not
a bison file.
-Jie Zhang