fn handle_number(state: &mut LexerState<'_>, start_pos: usize)
Expand description
Handles numeric literals (integers and floating point)
ยงArguments
state
- The current lexer statestart_pos
- The starting position of the number in the input
fn handle_number(state: &mut LexerState<'_>, start_pos: usize)
Handles numeric literals (integers and floating point)
state
- The current lexer statestart_pos
- The starting position of the number in the input