About this document
Compiler Structure and Analysis Overview by Kumaresh Salem is a document available to read on EtoBox.
This document discusses the key stages of a compiler: 1) Lexical analysis breaks the source code into tokens which are then parsed in the syntax analysis stage. 2) An intermediate representation is generated which may then be optimized in various ways before code generation. 3) The final stage generates target machine code from the optimized intermediate code.
- Author
- Kumaresh Salem
- Language
- EN