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 statestart_pos
- The starting position of the greater than in the input