Re: Compiling -- gcc -- Lex & Yacc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



William Case <billlinux <at> rogers.com> writes:
> Where can I find/see which preprocessor, lexical analysiser, parser etc.
> the gcc compliler is using in Fedora?

The C and C++ frontends in current GCC use handwritten lexers and parsers. The 
lexer is closely integrated with the preprocessor. Previous versions of GCC 
used Bison (also with handwritten lexers), the Bison parser for C++ was 
replaced with a handwritten recursive descent parser in GCC 3.4, for C it 
happened in 4.1.

        Kevin Kofler

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux