Operators + and *
with * having higher precedence
l
Rules:
l
A
¨
M + A
|
M
l
M
¨
V * M
|
V
l
V
¨
a
|
b
|
c
l
Note that * is
analogous
to +.
l
A is to M and + as
M is to V and *
l
Therefore the
same
rule
pattern
applies to both.