Module compiler_error

Source

Structs§

CompilerError
Represents a compiler error with a message, line number, column number, position, and token length
ErrorCollector
LineInfo

Functions§

report_errors
Reports a list of compiler errors to stderr

Type Aliases§

CompileResult
A type alias for a result that can either be a value of type T or a list of compiler errors