Expand description
Structured error types for the Polydat DSL with rich source context.
Every error includes a source location (line:col), the relevant source text, and a clear message with suggestions where possible.
Structs§
- Diagnostic
- A single diagnostic message with source context.
- Diagnostic
Report - A collection of diagnostics from compilation.
Enums§
- Severity
- Severity level for diagnostics.