Reads characters from a Source with a lexer, parsing the resulting tokens with a pratt-parser.
AdrianTodt
The parser's (and grammar's) token type.
The parser's (and grammar's) expression result.
The parser's result.
The underlying lexer.
The underlying parser.
Parses tokens from a source, using the bundled lexer, with this pratt-parser, and returns the computed result.