This note covers the following topics: Parser, scanner, Optimization, Virtual Machines, Code Generation, Peephole Optimization.
Chapter 1 Introduction
Chapter 2 The Parser
Chapter 3 The Scanner
Chapter 4 The Context
Chapter 5 Optimization
Chapter 6 Virtual Machines
Chapter 7 Code Generation
Chapter 8 Peephole Optimization
Chapter 9 Further Reading
Chapter 10 Exercises