alpag.net manual
Parser / Lookaheads and defaulting
< Recursion | Parser operation with lookaheads >

Lookaheads and defaulting

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.

< Recursion | Parser operation with lookaheads >
Alpag Manual