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