Struct little::interpreter::Interpreter
[−]
[src]
pub struct Interpreter;
Executes template without compilation.
pub struct Interpreter;
Executes template without compilation.
impl Interpreterfn new() -> Interpreterimpl<'a, V: LittleValue + 'a> Build<'a, V> for Interpretertype Output = Executable<'a, V>fn build(&'a mut self, id: &str, template: Template<V>, calls: &'a HashMap<&'a str, &'a Function<V> + 'a>) -> LittleResult<Executable<V>>fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a Function<V> + 'a>) -> LittleResult<Self::Output>