pub fn interpret_step(state: InterpreterState) -> InterpreterStateExpand description
Perform next step of the interpretation return the resulting interpreter state. See crate::metta::interpreter for algorithm explanation.
ยงArguments
state- interpreter state from the previous step.