Lecture 03: Automatic Construction of Lexers. Basics of Parsing
Automatic Construction of Lexers
Equivalence of finite state machines and regular expression languages
Minimization of State Machines
Basics of Parsing
(Manually Constructed Parser Sketch is in Slides)
Basic Idea of First Symbol Computation
References
- Regular Languages and Finite Automata from Andrew M. Pitts
- Tiger book, Chapters 1-2
- Slides from previous years:
- Compiler Construction by Niklaus Wirth, Chapters 1-3