Function handle_exclamation

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

Handles exclamation mark (not or not equal)

ยงArguments

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