CSCI 310 Day 13
- Administrivia
- Office Hours today -- slip to 4 pm from 3:30.
- Midterm! 50 minutes?
- homework 2.
- Project 3
- the task
- sable style productions and naming
- building the parser
- More formally we discuss
- the closure of a state (adding productions for the
variables to the right of the dot)
- the goto of a state and symbol (constructing a state
that moves the dot past the symbol)
- the finite machine is then a matter of constructing the
initial state and then repeatedly adding the state
constructed by goto into the states, and the transition
into the machine definition.
- example for you to do: grammar 3.30 in Appel
- SLR parsers vs. LR(1) parsers vs. LALR(1) parsers
Gary Lewandowski
Last modified: Mon Feb 14 12:16:31 EST 2005