Module state

Module state 

Source
Expand description

Internal parser state and checkpointing.

Structs§

IncrementalContext
Encapsulates incremental parsing logic.
ParserState
High-level API for parsers, coordinating token supply and tree construction.
TokenSource
Provides tokens to the parser.
TreeSink
Collects the results of the parsing process.

Functions§

deep_clone_node
Helper function to perform deep clone of a node into an arena.