Function handle_invalid_char

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

Handles invalid characters

ยงArguments

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