Expand description
Error types and source span handling for the Newt compiler.
Structs§
- Source
- Holds the full source and can slice by span.
- Span
- A span of source code (byte range + line/column for display).
Enums§
- Newt
Error - Compiler / runtime errors with source location.
Functions§
- format_
error - Pretty-print an error with source context.