Files containing the grammar for C and C++

James E Wilson wilson@specifix.com
Wed Jul 6 23:15:00 GMT 2005


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://www.specifix.com



More information about the Gcc mailing list