Parser
Parameters
T
The parser's (and grammar's) token type.
E
The parser's (and grammar's) expression result.
R
The parser's result.
Types
Functions
parse
Link copied to clipboard
Parses tokens from a source, using a specified lexer, with this pratt-parser, and returns the computed result.