See: Description
| Interface | Description |
|---|---|
| Operator.TagExpressionCreator | |
| ParseResult |
The result of attempting to parse a
TagExpression. |
| Stack<T> | |
| TagExpression |
A tag expression can be evaluated against a collection of
tags to determine if they match the expression.
|
| Class | Description |
|---|---|
| DequeStack<T> | |
| Operator | |
| Operators | |
| Parser | |
| ParseResults | |
| ParseStatus | |
| ShuntingYard |
This is based on a modified version of the
Shunting-yard algorithm.
|
| TagExpressions | |
| Token | |
| Tokenizer | |
| TokenWith<T> |
| Enum | Description |
|---|---|
| Operator.Associativity |