interpret_init

Function interpret_init 

Source
pub fn interpret_init(space: DynSpace, expr: &Atom) -> InterpreterState
Expand description

Initialize interpreter and returns the starting interpreter state. See crate::metta::interpreter for algorithm explanation.

ยงArguments

  • space - atomspace to query for interpretation
  • expr - atom to interpret