[][src]Function piske::glue::interpret_pipeline

pub fn interpret_pipeline<T>(
    ast: &T,
    state: &mut State
) -> Result<Value, String> where
    T: SymbolDefineVisitor + TypeComputationVisitor + EvaluateVisitor

Full interpreter pipeline