pub const LEXER_MORE: isize = -2;
Special token type to indicate that lexer should continue current token on next iteration see Lexer::more()
Lexer::more()