Module errors

Module errors 

Source
Expand description

Error handling and diagnostic reporting for the parsing system.

Structs§

OakDiagnostics
Container for parsing results with associated diagnostics.
OakError
The main error type for the Oak Core parsing framework.

Enums§

OakErrorKind
Enumeration of all possible error kinds in the Oak Core framework.

Type Aliases§

LexResult
Result type for lexical analysis operations.
ParseResult
Result type for parsing operations.