Namespace Pidgin.Expression
Classes
ExpressionParser
Contains tools for parsing expression languages with associative infix operators.
Operator
Methods to create OperatorTableRow<TToken, T> values.
OperatorTableRow<TToken, T>
Represents a row in a table of operators. Contains a collection of parsers for operators at a single precendence level.
Enums
BinaryOperatorType
The associativity of the binary operator: left-associative, right-associative, or non-associative
UnaryOperatorType
The type of the unary operator: prefix or postfix