Nova.Parsing Namespace |
Class | Description | |
---|---|---|
ParsedObject |
The common base class of Token and UnusedCodeObject.
| |
Parser |
Supports the parsing of text into code objects.
| |
ParserOperatorInfo |
Contains information about an operator.
| |
Token |
Represents a discreet unit of text parsed from the input stream, along with location
and formatting information, and any trailing comments.
| |
UnusedCodeObject |
Wraps a CodeObject plus the last Token that it was parsed from (so that
any trailing comments are included). These objects are stored temporarily in the Unused list of the
parser during the parsing process.
|
Delegate | Description | |
---|---|---|
ParserParseDelegate |
Delegate for parser callbacks.
|
Enumeration | Description | |
---|---|---|
ParseFlags |
Parsing state flags (passed through parsing methods).
| |
TokenType |
The general type of a Token.
|