Function handle_dash

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

Handles dash character (minus or arrow)

ยงArguments

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