Function sway_parse::lex

source ·
pub fn lex(
    handler: &Handler,
    src: &Arc<str>,
    start: usize,
    end: usize,
    path: Option<Arc<PathBuf>>
) -> Result<TokenStream, ErrorEmitted>