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