Function rhai::get_next_token

source ·
pub fn get_next_token(
    stream: &mut impl InputStream,
    state: &mut TokenizeState,
    pos: &mut Position
) -> Option<(Token, Position)>
Expand description

(internals) Get the next token from the input stream. Exported under the internals feature only.