mylang_lexer::transition::initial

Function initial_lex

source
pub fn initial_lex((pos, c): (Pos, char)) -> (State, Vec<Result<Token, LexErr>>)