Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive descent parser with Pratt expression parsing for Lumen.

Structs§

Parser

Enums§

ParseError

Functions§

parse_with_recovery
Parse tokens with error recovery. Returns the program AST (possibly partial) and a vector of all parse errors encountered.