Notes on compiler theory, the source code of describing actual construction of compiler in C programming language. Also compiler construction related links to books, notes, tutorials, and news groups.
Freely available textbook by Torben Mogensen. It covers lexical and syntax analysis, symbol tables and type analysis, and code generation including register allocation and function calls.