Construction of Precedence
T
able 3/5
3) Identifiers:
id
i
>
a
+
*
(
)
i
$
+
*
(
)
i
$
>
>
>
<
<
<
<
>
1
0
/42
•
If
a
Î
T
may
precede
id
i
, then
•
If
a
Î
T
may
follow
id
i
, then
a
<
id
i
Example
:
Precedence-table
part
for
identifiers
$
,
(
,
+
,
*
may precede
i
$
i
*
(
i
+
i
)
*
i
*
,
+
,
)
,
$
may follow
i
i
*
(
i
+
i
)
*
i
$