Function handle_slash

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

Handles slash character (divide or comments)

ยงArguments

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