Skip to main content

Module parser_context

Module parser_context 

Source
Expand description

Parser engine components and supporting utilities. Parser context with error recovery support. Parser context with error recovery support

This module provides a parsing context that tracks errors, positions, and supports error recovery for IDE scenarios.

Structs§

ParserContext
Parser context with error tracking and recovery