Function handle_greater_than

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

Handles greater than character (greater than or greater than or equal)

ยงArguments

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