Dear COMP3131/9102 Students,
You can find a few past exam papers at ~cs3131/Exams/
21_24exams.zip:
% cp ~cs3131/Exams/
21_24exams.zip your-directory
Regarding the line in the subset construction algorithm on Slide 546:
U := ε-closure(move(T, a))You can better understand this using the DFA constructed on Slide 544.
Dear COMP3131/9102 Students,
In today's lecture, I will discuss code generation in more detail,
with a focus on helping you implement your code generator for Assignment 5.