This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc LALR?


The Gcc parser is a LALR grammar file for Bison, which is a LALR parser
generator.
Therefore, if you want to say that, gcc is LALR.

On Mon, 2004-08-09 at 16:10, Flynn, Lori Arline (Lori) wrote:
> Hi,
> 
> Does anybody know if gcc is LALR, LR, or LL?  I can't find documentation on this.
> 
> Thanks,
> Lori


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]