LEXER_SKIP

Constant LEXER_SKIP 

Source
pub const LEXER_SKIP: isize = -3;
Expand description

Special token type to indicate that lexer should not return current token usually used to skip whitespaces and comments see Lexer::skip()