Stephen Torri wrote:
I am interested in reading the actual grammar files used for parsing C
and C++ programming languages inside gcc. Where are these files located?
See cp/parser.c for the C++ parser. The c-parse files are only for C
and Objective-C.
--
Jim Wilson, GNU Tools Support, http://
On Sat, 2005-07-02 at 11:40 +1000, Russell Shaw wrote:
> Stephen Torri wrote:
> > I am interested in reading the actual grammar files used for parsing C
> > and C++ programming languages inside gcc. Where are these files located?
> >
> > Stephen
>
> gcc-3.4.3/gcc/c-parse.in
> gcc-3.4.3/gcc/c-pars
Stephen Torri wrote:
I am interested in reading the actual grammar files used for parsing C
and C++ programming languages inside gcc. Where are these files located?
Stephen
gcc-3.4.3/gcc/c-parse.in
gcc-3.4.3/gcc/c-parse.y
I am interested in reading the actual grammar files used for parsing C
and C++ programming languages inside gcc. Where are these files located?
Stephen