The document discusses the major phases of a compiler:
1. Syntax analysis parses the source code and produces an abstract syntax tree.
2. Contextual analysis checks the program for errors like type checking and scope and annotates the abstract syntax tree.
3. Code generation transforms the decorated abstract syntax tree into object code.