Command execution engine for frost.
Takes an AST produced by frost-parser and executes it, managing
processes, pipelines, redirections, and the shell environment.
Platform-specific system calls are isolated in the [sys] module
so the rest of the engine remains portable across Unix variants.