Expand description
Compiler diagnostics: error types, source mapping, and error reporting.
Provides structured error types and formatting utilities for presenting compiler errors to users with source context.
Re-exports§
pub use error::CompileError;pub use report::format_error;pub use source_map::SourceMap;
Modules§
- error
- Compiler error types covering all stages of compilation.
- report
- Error reporting with source context.
- source_
map - Source location tracking for error messages.