Module integer_literal

Source
Available on crate feature lexer only.
Expand description

Implementation for lexing integer literals.

Functions§

try_consume_integer_literal
Attempt to lex and consume an TokenTy::IntegerLiteral from the lexer.