pub fn lex(
handler: &Handler,
src: Source,
start: usize,
end: usize,
source_id: Option<SourceId>,
) -> Result<TokenStream, ErrorEmitted>
pub fn lex(
handler: &Handler,
src: Source,
start: usize,
end: usize,
source_id: Option<SourceId>,
) -> Result<TokenStream, ErrorEmitted>