LEXER_MORE

Constant LEXER_MORE 

Source
pub const LEXER_MORE: isize = -2;
Expand description

Special token type to indicate that lexer should continue current token on next iteration see Lexer::more()