CSE 401 Winter 2017
Section Topics

Subscribe to this calendar (google, iCal, etc.)

DateDescription
January 5 Intro. to parsing; regexps and scanning (Read ch. 1, 2.1-2.4)
slides
January 12 Project infrastructure, git, scanners
slides
January 19 LR parser construction (cont. from lecture)
January 26 CUP parser generator, ASTs, visitor pattern; Interpreters and ASTs (if time)
February 2 Midterm review
slides
February 9 Semantics/types (concl); x86-64 (everything you forgot from 351)
slides
February 16 Project code generation
slides
February 23 No sections today. TAs will be in 006 lab during section times.
March 2 Dataflow
problems sample solutions
March 9 Dataflow & SSA
slides, SSA solution