Institutt for Informatikk
Universitetet i Bergen
I 125 - Innføring i Programoversettelse


Voluntary Exercise Set 6 (Gruppeøvelser. 6)

  1. Show the parse stack and the actions of an SLR(1) parser on the input string 4 * 2 - 3 using the SLR(1) parse table derived in class on 5 October.

  2. Exercise 5.1 on page 250 of the text.

  3. Exercise 5.8 parts a, b, c, and d on page 252 of the text.

  4. Exercise 5.3 on page 251 of the text.