parse

fun parse(source: Source): R

Parses tokens from a source, using the bundled lexer, with this pratt-parser, and returns the computed result.

Return

The computed result.

Parameters

source

A source of characters.