Module parse_result

Source
Expand description

Parse result types for error handling and issue collection

Provides result types that can carry both successful parsing results and accumulated issues/warnings. Enables partial recovery parsing where some errors can be worked around while still collecting problems.

Structs§

ParseResultWithIssues
Parse result with accumulated issues for partial recovery

Type Aliases§

ParseResult
Result type for operations that can produce parse issues