pub fn compile<C: Ctx, E: UserEvent>(
ctx: &mut ExecCtx<C, E>,
scope: &ModPath,
spec: Expr,
) -> Result<Node<C, 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.