Commit 82f953a
committed
Introduce context and configuration management for the parser
Adds the core state management structures for a parsing session.
The `ParserConfig` allows for configuring the parser's behavior,
such as error handling strategies. The `ParserContext` holds the
complete state for a single parsing operation, including the token
stream, configuration, and diagnostics.1 parent be909be commit 82f953a
2 files changed
+789
-0
lines changed
0 commit comments