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.
lexer
only.Implementation for lexing integer literals.