Expand description
Core Parser struct and its cursor primitives.
Every other parser sub-module is an impl Parser block that depends on
the methods defined here. Nothing in this file produces AST nodes directly;
it only provides the machinery for navigating the token stream.
Structsยง
- Parser
- Parses a flat list of tokens and produces a
Vec<Statement>.