donet_core::parser::lexer

Function next_token

source
fn next_token<'a>(input: &'a str) -> Option<((DCToken, &'a str), &'a str)>