/class-of-compilers

Notes from the Compiler Construction class at UTD

Compiler Construction (CS 6353)

Personal Notes for the Class Compiler Construction at University of Texas at Dallas for the Spring 2021 Semester. Taught by Professor Shiyi Wei.

Lectures

Lecture Description
1. 22 Jan 2021 Why Compilers, Introduction to Lexical Analysis
2. 29 Jan 2021 Regular Expressions, DFA, NFA
3. 05 Feb 2021 CFG and Top Down Parsers
4. 12 Feb 2021 Top Down Parsers (Recursive and LL(1))
5. 26 Feb 2021 Bottom Up Parsing and Semantic Analysis
6. 05 Mar 2021 Type Checking
7. 26 Mar 2021 Runtime environments, Stack Machines and MIPS