pub fn compile(
working_set: &StateWorkingSet<'_>,
block: &Block,
) -> Result<IrBlock, CompileError>
Expand description
Compile Nushell pipeline abstract syntax tree (AST) to internal representation (IR) instructions for evaluation.
pub fn compile(
working_set: &StateWorkingSet<'_>,
block: &Block,
) -> Result<IrBlock, CompileError>
Compile Nushell pipeline abstract syntax tree (AST) to internal representation (IR) instructions for evaluation.