Description
Shell command text can be parsed into Bash syntax trees without executing it. This library is for developers building linters, analyzers, editors, or safety checks around shell scripts. Parsing is safer than execution, but downstream tools still need command-injection awareness.