THIS NOTES IS PREPARED BY RABINDRABABU RABULA
Compiler Design Lecture Notes BY RABINDRABABU RABULA
This lecture note explains the following topics: Introduction to Compiling, A Simple One-Pass Compiler, Lexical Analysis, Syntax Analysis, Syntax-Directed Translation, Type Checking, Run-Time Environments, Intermediate Code Generation, Code generation, Code Optimization.
What is Compiler Design?
Compiler design covers basic translation mechanism and error detection & recovery. It includes lexical, syntax, and semantic analysis as front end, and code generation and optimization as back-end.
0 Comments: