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 |
Full Usage:
this.LhsParser
Returns: Parser<LHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>
Modifiers: abstract |
|
|
|
Full Usage:
this.RhsParser
Returns: Parser<RHSOperator<'Op, 'Aux, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>
Modifiers: abstract |
|