parseExpression

abstract fun parseExpression(input: LexedSource, operators: OperatorTable = OperatorTables.empty()): SyntaxTree<ExpressionNode>

Parses one expression, optionally followed by a full stop, and requires EOF afterward.

Throws