Expand description
Parser module with error recovery
This module provides deterministic error recovery for the Ruchy parser, ensuring predictable behavior even on malformed input.
Re-exports§
pub use error_recovery::ErrorContext;pub use error_recovery::ErrorNode;pub use error_recovery::ErrorRecoverable;pub use error_recovery::ErrorRecovery;pub use error_recovery::ExprWithError;pub use error_recovery::RecoveryRules;pub use error_recovery::RecoveryStrategy;pub use error_recovery::SourceLocation;
Modules§
- error_
recovery - Deterministic Error Recovery for Ruchy Parser