Download presentation
Presentation is loading. Please wait.
Published byCharlotte Hampton Modified over 8 years ago
1
Mid-Terms Exam Scope and Introduction
2
Format Grades: 100 points -> 20% in the final grade Multiple Choice Questions –8 questions, 7 points each Short Answer Questions –4 questions, 44 points total
3
Ways to read the slides * must be covered in mid-term Other: may be covered in mid-term Not mentioned: Not covered in mid-term
4
Compiler Introduction Input and Output of a compiler *Difference between interpreters and compilers Structure of a compiler: Basic components Why split to front ends and back ends?
5
Formal Languages: Basics *Terminology: alphabets, sentence, template sentence, derivations, terminal, non-terminals, productions, … Four-tuple definition of PSG Language of a grammar and inductive proof on the language of a grammar Chomsky hierarchy of languages
6
Context Free Grammar What is a Derivation Tree Ambiguities in Derivation: identify ambiguity by giving sentence examples Conversion to Chomsky Normal Forms CYK Algorithm Read and understand BNF grammars
7
Finite State Machines Definition of DFA and NFA *How an input string is processed in a DFA and an NFA, and whether it is accepted or not
8
Lexical Analysis Type of tokens Attributes of tokens *Create an acceptance model for a given token (represented as a regular expression) Two buffer strategy What are lexical errors
9
Parsing - LL1 What is recursive descent parsing? Remove Left Recursion and Left Refactoring *Parsing Table Calculation –Calculation of First Sets –Calculation of Follow Sets –Calculation of Parsing Tables *How to perform parsing given a parsing table
10
Parsing - LR Identification of LR items and calculate closures Draw LR state automatons Fill in LR parsing tables
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.