In order to introduce lookahead as early as possible into the parser construction, we define
the following:
An item is an
item plus some lookahead symbols.
Thus an item looks like:
This means that:
[Note: Given that the next input symbol will be following in the
current sentential form, we know that the lookahead symbol `a' must be
in
.]