wright

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§

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

Structs§

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