* Andrea Pretto: > The Gcc parser is a LALR grammar file for Bison, which is a LALR > parser generator. GCC includes various parsers. The C++ and Ada parsers are hand-written recursive descent parsers.
* Andrea Pretto: > The Gcc parser is a LALR grammar file for Bison, which is a LALR > parser generator. GCC includes various parsers. The C++ and Ada parsers are hand-written recursive descent parsers.