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