Basics of Compiler Design by Torben Egidius Mogensen
Authored by Torben Egidius Mogensen from the
University of Copenhagen, this lengthy document is an excellent introduction to
compiler design. Beginning with basic concepts of lexical and syntax analysis,
it goes through the advanced themes that include scopes, symbol tables, and
interpretation. Further, type checking, intermediate code generation, and
machine code generation are explained in detail, making the whole process of
compilation familiar to the reader. It covers key topics such as register
allocation, function calls, memory management, analysis, and optimization, and
even bootstrapping a compiler. This text will be very useful to anyone who wants
to research both theoretical and practical problems concerned with compiler
construction.
Author(s): Torben Egidius
Mogensen, University of Copenhagen
319 Pages