withOperators

fun withOperators(operators: OperatorSet, scope: Scope = Scope.empty()): TermReader

Creates a reader using operators and scope.


fun withOperators(vararg operators: Operator, scope: Scope = Scope.empty()): TermReader

Creates a reader from individual operators and scope.