Provides parsing capabilities for token lists previously generated by processing character sequences through a Lexer.
The following tables list the members exposed by the Parser type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the Parser class. |
Name | Description | |
---|---|---|
![]() |
Gets a value indicating whether the parser consumed all tokens in the source list. |
|
![]() |
Returns a ParseTreeNode corresponding to the parsed tree starting at the 'expression' nonterminal. |