pub fn compile<R: Rt, E: UserEvent>(
ctx: &mut ExecCtx<R, E>,
scope: &ModPath,
spec: Expr,
) -> Result<Node<R, E>>
Expand description
compile the expression into a node graph in the specified context and scope, return the root node or an error if compilation failed.