Skip to main content

Module translate

Module translate 

Source
Expand description

Bash-to-fish translator.

Walks the AST produced by crate::parser::Parser and emits equivalent fish shell code. Unsupported constructs produce TranslateError::Unsupported.

Enums§

TranslateError
Error produced during bash-to-fish translation.

Functions§

translate_bash_to_fish
Translate a bash command string to equivalent fish shell syntax.