Header menu logo XParsec

Operators<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice> Type

A collection of operators used for parsing expressions. It contains both left-hand side (LHS) and right-hand side (RHS) operators, along with their associated parsers. Use `Operator.create` to create an instance of this type.

Instance members

Instance member Description

this.LhsParser

Full Usage: this.LhsParser

Returns: Parser<LHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>
Modifiers: abstract
Returns: Parser<LHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>

this.OpComparer

Full Usage: this.OpComparer

Returns: IEqualityComparer<'Op>
Modifiers: abstract
Returns: IEqualityComparer<'Op>

this.RhsParser

Full Usage: this.RhsParser

Returns: Parser<RHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>
Modifiers: abstract
Returns: Parser<RHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>

Type something to start searching.