Search
Parser Members
Constructors Methods
 


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.

 Public Constructors

  Name Description

Parser

Initializes a new instance of the Parser class.

 Public Methods

  Name Description

getDone

Gets a value indicating whether the parser consumed all tokens in the source list.

parse

Returns a ParseTreeNode corresponding to the parsed tree starting at the 'expression' nonterminal.

 See Also