This section describes mechanism of lookahead symbol prefetch used by LR(1) parsers to resolve grammar ambiguities. The mechanism has several implications for parser operation in areas like lexer-parser integration or error handling.
Information presented here is not of primary importance but author of parser should be aware of it.