Online Compiler Ressources
- Compiler Construction by Niklaus Wirth, includes an Oberon-0 compiler.
- The P4 Compiler and Interpreter by Steven Pemberton and Martin Daniels. Describes the compiler which made Pascal popular.
- Parsing Techniques - A Practical Guide by Dick Grune and Ceriel J.H. Jacobs. Less theorical and more recent than the first volume of the Theory of Parsing, Translation and Compiling by Aho and Ullman.
- Compilers and compiler generators a book by P.D. Terry. One interest of this book is that it contains information of assemblers.
- Let's build a compiler a series of articles by Jack Crenshaw.