Operators<'Op, 'Index, '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.
Record fields
Record Field | Description |
Full Usage:
LhsOperators
Field type: OperatorLookup<'Op, LHSOperator<'Op, 'Index, 'Expr, 'T, 'State, 'Input, 'InputSlice>>
|
|
Full Usage:
LhsParser
Field type: Parser<LHSOperator<'Op, 'Index, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>
|
|
Full Usage:
RhsOperators
Field type: OperatorLookup<'Op, RHSOperator<'Op, 'Index, 'Expr, 'T, 'State, 'Input, 'InputSlice>>
|
|
Full Usage:
RhsParser
Field type: Parser<RHSOperator<'Op, 'Index, 'Expr, 'T, 'State, 'Input, 'InputSlice>, 'T, 'State, 'Input, 'InputSlice>
|
|