frost-exec 0.1.0

Zsh-compatible command execution engine
Documentation

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.