pub fn lex( src: &str, current_file: Option<PathBuf>, ) -> (Option<Vec<(Token, SimpleSpan)>>, Vec<Box<dyn ReportableError>>)