Pidgin

Namespace Pidgin.Expression

Classes

BinaryOperatorType

The associativity of the binary operator: left-associative, right-associative, or non-associative

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.

UnaryOperatorType

The type of the unary operator: prefix or postfix