Skip to main content

Module compound_lexer

Module compound_lexer 

Source

Enums§

Segment
Splits a compound shell command into segments separated by &&, ||, ;. Pipes (|) are treated specially: only the left side of a pipe is eligible for rewriting (the right side consumes output format and must stay raw).

Functions§

split_compound