interpret_step

Function interpret_step 

Source
pub fn interpret_step(state: InterpreterState) -> InterpreterState
Expand 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.