Skip to main content

Crate sqry_lang_shell

Crate sqry_lang_shell 

Source
Expand description

Shell language plugin for sqry.

Provides AST parsing, scope extraction, and graph building for POSIX shell and bash scripts.

Re-exports§

pub use relations::ShellGraphBuilder;

Modules§

relations

Structs§

ShellPlugin
Shell language plugin implementation.