NiwenParser
Class for a full parser that is ready to parse a chain of tokens.
Parameters
T
The type of the root node, the node at the root of the resulting model.
types
List of described types that will be used for the parsing process. Each entry describes a type of node that can be encountered in the AST.
rootType
The expected type of the root node.
Functions
Link copied to clipboard
Parse this token list to a ParserResult. Whether debugging is enabled or not is controlled by the enableDebugger parameter.
Link copied to clipboard
Parse a list of token using this debugger.