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