parse
Parses tokens with this pratt-parser and returns the computed result.
Return
The computed result.
Parameters
source
A source of characters.
tokens
A list of tokens, probably created with Lexer.
Parses tokens with this pratt-parser and returns the computed result.
The computed result.
A source of characters.
A list of tokens, probably created with Lexer.