Companion

object Companion

Functions

Link copied to clipboard

Creates a reader with the library's default operator set.

Link copied to clipboard

Creates a reader with no default operators.

Link copied to clipboard
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.

Link copied to clipboard

Creates a reader with the standard operator set.