pub fn try_consume_integer_literal(lexer: &mut Lexer) -> Option<Token>Available on crate feature
lexer only.Expand description
Attempt to lex and consume an TokenTy::IntegerLiteral from the lexer.
pub fn try_consume_integer_literal(lexer: &mut Lexer) -> Option<Token>lexer only.Attempt to lex and consume an TokenTy::IntegerLiteral from the lexer.