Module parser
Source Available on crate feature parser
only.
Expand description
This parser module is responsible for turning the stream of Tokens from the Lexer into a tree of AST nodes.
- error
- Representation and implementation relating to errors that may be encountered in parsing.
- Parser
- The Parser struct wraps a Lexer and adds lookahead and functions that are useful for parsing.