Module pomelo_parse::parser

source ·
Expand description

Defines the parse tokens, parser interface, and output syntax tree.

Structs

Checkpoint 🔒
A wrapper for [rowan::Checkpoint].
A wrapper for [rowan::GreenNodeBuilder].
NodeGuard 🔒
A guard to avoid forgetting to call builder.finish_node().
The main interface for manipulating the lexed source.
Output of the parsing stage.
A parsed token.