Companion

object Companion

Functions

Link copied to clipboard

Creates a parser using the library's complete default operator set.

Link copied to clipboard

Creates a parser whose default operator set is empty.

Link copied to clipboard
fun withOperators(operators: OperatorSet, scope: Scope = Scope.empty()): TermParserImpl

Creates a parser using operators as its default and allocating terms in scope.

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

Creates a parser from individual default operators and the supplied scope.

Link copied to clipboard

Creates a parser using the ISO-style standard operator set.