Expand description
Internal parser state and checkpointing.
Structs§
- Incremental
Context - Encapsulates incremental parsing logic.
- Parser
State - High-level API for parsers, coordinating token supply and tree construction.
- Token
Source - Provides tokens to the parser.
- Tree
Sink - Collects the results of the parsing process.
Functions§
- deep_
clone_ node - Helper function to perform deep clone of a node into an arena.