pub const LEXER_SKIP: isize = -3;
Special token type to indicate that lexer should not return current token usually used to skip whitespaces and comments see Lexer::skip()
Lexer::skip()