Web Technologies-II
According to New Revised CBCS Syllabus w.e.f. 2021-22
T.Y. B.Sc. (Computer Science)
Semesters-VI
A Text book of
Web Technologies-II
Author : Kalpana Joshi, Rajinder Arora
ISBN: 978-93-90646-97-5
Price: 240/-
According to New Revised CBCS Syllabus w.e.f. 2021-22
A Text book of
Author : Dr. Anjali Sardesai, Sonali Deshmukh
ISBN: 978-93-90646-73-9
Price: 380/-
This book on Compiler Construction is authored by eminent educationists and is written in a simple and easy-to-follow style. The authors have been careful to provide step-by-step explanations for the solving of problems. With practice questions – both, objective and subjective – solved problems and questions that are most likely to be asked in exams, the book is an ideal one to help the student prepare thoroughly for exams.
CONTENTS
1. Introduction
1. Introduction
2. Structure of Compiler
3. Phases of Compiler
4. Error Handling
5. Introduction to One Pass and Multipass Compiler
2. Lexical Analysis (Scanner)
1. Introduction
2. Review of Finite Automata as Lexical Analyzer
3. Applications of Regular Expressions and Finite Automata
4. LEX: Lexical Analyzer Generator
3. Syntax Analysis (Parser)
1. Introduction
2. Top-Down Parser
3. Recursive Descent Parsing
4. Predictive Parser (LL(1) Parser)
5. Bottom-Up Parser
6. Operator Precedence Parser
7. LR Parser
8. YACC
4. Syntax Directed Definition
1. Introduction
2. Syntax Directed Definition
3. Evaluation Orders for SDD’s
4. Application of SDT
5. Syntax Directed Translation Schemes (SDT)
5. Code Generation and Optimization
1. Introduction
2. Compilation of Expression
3. Code Optimization
4. Three Address Code
5. Definition of Basic Block, Flow Graph
6. The DAG Representation of Basic Blocks
7. Issues in Design of Code Generation