parseTerm

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

Parses one non-operator term, optionally followed by a full stop, and requires EOF afterward.

Throws