wright::lexer::integer_literal

Function try_consume_integer_literal

Source
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.