Function handle_equals

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

Handles equals character (assignment or equality)

ยงArguments

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