parseClause
abstract fun parseClause(input: LexedSource, operators: OperatorTable = OperatorTables.empty()): SyntaxTree<ClauseNode>
Parses exactly one clause, including its required terminating full stop.
Throws
if lexing or parsing fails