Function leo_parser::tokenizer::tokenize

source ยท
pub(crate) fn tokenize(
    input: &str,
    start_pos: BytePos,
) -> Result<Vec<SpannedToken>>
Expand description

Creates a new vector of spanned tokens from a given file path and source code text.