int executor(t_shell *shell)
Ana executor entry point.
int execute_ast(t_shell *shell, t_ast *node)
AST node'unu tipine göre çalıştır.
int execute_cmd(t_shell *shell, t_cmd *cmd)
Ana komut çalıştırma dispatcher.
int execute_pipe(t_shell *shell, t_ast *node)
Pipe node'unu çalıştır Her iki taraf da child process'te çalışır.
Minishell ana header dosyası