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.

Modules§

error
Representation and implementation relating to errors that may be encountered in parsing.
whitespace
Utilities for parsing through whitespace.

Structs§

Parser
The Parser struct wraps a Lexer and adds lookahead and functions that are useful for parsing.