Slide 8.6: Reduction rules for integer arithmetic expressions (cont.)
Slide 8.8: Reduction rules for integer arithmetic expressions (cont.)
Home

Reduction Rules for Integer Expressions (Cont.)

  1.          E ⇒ E1         
    V '*' E ⇒ V '*' E1
  2.              E ⇒ E1             
    '(' E ')' ⇒ '(' E1 ')'
  3.    E ⇒ E1, E1 ⇒ E2   
    E ⇒ E2
The following comments are about the above reduction rules: