fn handle_exclamation(state: &mut LexerState<'_>, start_pos: usize)
Expand description
Handles exclamation mark (not or not equal)
ยงArguments
state
- The current lexer statestart_pos
- The starting position of the exclamation mark in the input
fn handle_exclamation(state: &mut LexerState<'_>, start_pos: usize)
Handles exclamation mark (not or not equal)
state
- The current lexer statestart_pos
- The starting position of the exclamation mark in the input