bash-ast 0.8.20

Typed Rust AST over tree-sitter-bash. Parses bash source into a strongly-typed tree suitable for structural analysis (permission gating, linting, refactoring) rather than execution.
Documentation
1
2
3
4
5
6
7
8
9
10
[
  "timeout",
  "time",
  "env",
  "nohup",
  "xargs",
  "nice",
  "ionice",
  "stdbuf"
]