Basics of Compiler Design Contents 1 Introduction 1 1.1 What is a compiler? . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 The phases of a compiler . . . . . . . . . . . . . . . . . . . . . . 2 1.3 Interpreters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.4 Why learn ab....