pub fn error(msg: &str, line: usize, column: usize) -> KiwiError
Return a KiwiError::ParseError. Callers should do something like return Err(error("msg", line, col));
return Err(error("msg", line, col));