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§
- OakError
Kind - Enumeration of all possible error kinds in the Oak Core framework.
Type Aliases§
- LexResult
- Result type for lexical analysis operations.
- Parse
Result - Result type for parsing operations.