Function handle_number

Source
fn handle_number(state: &mut LexerState<'_>, start_pos: usize)
Expand description

Handles numeric literals (integers and floating point)

ยงArguments

  • state - The current lexer state
  • start_pos - The starting position of the number in the input