internal/error
Types
pub type ParseError {
ParseError(
message: String,
line: Int,
column: Int,
context: String,
)
}
Constructors
-
ParseError( message: String, line: Int, column: Int, context: String, )
Values
pub fn error_string(err: ParseError) -> String