pub fn interpret_init(space: DynSpace, expr: &Atom) -> InterpreterStateExpand description
Initialize interpreter and returns the starting interpreter state. See crate::metta::interpreter for algorithm explanation.
ยงArguments
space- atomspace to query for interpretationexpr- atom to interpret