Parser Context
A parsing context, created by a Parser.parse call, which exposes an interface for pratt-parsing.
Author
AdrianTodt
Parameters
T
The parser's (and grammar's) token type.
E
The parser's (and grammar's) expression result.
Functions
parseExpression
Link copied to clipboard
peekAheadUntil
Link copied to clipboard
withGrammar
Link copied to clipboard