pub async fn execute(
program: Program,
memory: &mut ProgramMemory,
options: BodyType,
engine: &EngineConnection
) -> Result<ProgramMemory, KclError>
Expand description
Execute a AST’s program.
pub async fn execute(
program: Program,
memory: &mut ProgramMemory,
options: BodyType,
engine: &EngineConnection
) -> Result<ProgramMemory, KclError>
Execute a AST’s program.