Function handle_pipe

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

Handles pipe character (logical OR)

ยงArguments

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