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