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