Function handle_ampersand

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

Handles ampersand character (logical AND)

ยงArguments

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