Expand description
Error handling utilities for the Slang compiler
This crate provides centralized error handling types and utilities used across the Slang compiler infrastructure, including error codes, compiler errors, and formatting utilities.
Re-exports§
pub use error_codes::ErrorCode;
pub use compiler_error::CompilerError;
pub use compiler_error::CompileResult;
pub use compiler_error::ErrorCollector;
pub use compiler_error::LineInfo;
pub use compiler_error::report_errors;