FURTHER READING

A standard reference text for Scanners and parsers is Aho, Sethi and Ullman [ASU86]. Advanced material is found in Muchnick [Muc97]. Detailed compiler design with C language implementation is discussed in Holub [Hol90]. Kernighan and Pike [KP87] have illustrated the use of yacc and lex in detail while describing development of various versions of Higher Order Calculator or HOC.

Complete details about the GNU Compiler Collection are available in two e-books – “Using the GNU Compiler Collection” and “GNU Compiler Collection Internals” both by Richard M. Stallman and the GCC Developer Community. These e-books are available at the GCC website: http://gcc.gnu.org. There are several research groups which have adopted GCC as a Vehicle ...

Get Compilers: Principles and Practice now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.