Function handle_less_than

Source
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 state
  • start_pos - The starting position of the less than in the input