See: Description
| Interface | Description |
|---|---|
| IConstantOperators |
Default header operator strings
|
| IParserFactory |
Factory for creating the ASTNodes from the parser
|
| Class | Description |
|---|---|
| ASTNode |
The basic node for a parsed expression string
|
| FloatNode |
A node for a parsed floating number string.
|
| FractionNode |
A node for a parsed fraction string
|
| FunctionNode |
A list of
ASTNode's which represents a parsed function. |
| IntegerNode |
A node for a parsed integer string
|
| NumberNode |
The basic node for storing a parsed number expression string
|
| Pattern2Node |
A node for a parsed pattern expression (i.e.
|
| Pattern3Node |
A node for a parsed pattern expression (i.e.
|
| PatternNode |
A node for a parsed pattern expression (i.e.
|
| StringNode |
A node for a parsed string (i.e. delimited by double quotes)
|
| SymbolNode |
A node for a parsed symbol string (i.e.
|
Provides the implementations of the parsers abstract syntax tree classes.