pub fn compile_expression(
_ctx: &CompileContext<'_>,
expr: &Expression,
) -> Result<CompiledExpr>Expand description
Compile an Expression into a CompiledExpr.
All execution logic is baked into closures at compile time — no match dispatch at runtime.