Slide 8.6: Reduction rules for integer arithmetic expressions (cont.) Slide 8.8: Reduction rules for integer arithmetic expressions (cont.) Home |
E ⇒ E1
V '*' E ⇒ V '*' E1
E ⇒ E1
'(' E ')' ⇒ '(' E1 ')'
E ⇒ E1, E1 ⇒ E2
E ⇒ E2
'0' ⇒ 0
states that the character '0'
(a syntactic entity) reduces to the value 0
(a semantic entity).