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