conch-parser
conch-parser copied to clipboard
Bash Compatibility: Process Substitution
conch-parser is currently unable to parse process substitutions.
cat <(echo "reading from fd")
# ^ -- Unexpected(ParenOpen, ...)
echo "writing to fd" > >(cat)
# ^ -- Unexpected(Great, ...)
Reference: https://www.gnu.org/software/bash/manual/html_node/Process-Substitution.html