Function calypso_parsing::lexer::tokens

source ·
pub fn tokens(
    source: &str,
    file_id: usize,
    gcx: Arc<GlobalCtxt>
) -> impl Iterator<Item = Lexeme<'_>>