compiler syllabus
SATHYABAMA UNIVERSITY FACULTY OF COMPUTING SCS1303 COMPILER DESIGN L T P Credits Total Marks 3 0 0 3 100 COURSE OBJECTIVES · To study the structure of compiler. · To study the working principles compilation process. UNIT 1 LEXICAL ANALYSIS 9 Hrs Structure of compiler – Functions and Roles of lexical phase – Input buffering – Representation of tokens using regular expression – Properties of regular expression – Finite Automata – Regular Expression to Finite Automata – NFA to Minimized DFA. UNIT 2 Parser