Struct little::compiler::Compiler
[−]
[src]
pub struct Compiler;
pub struct Compiler;
impl Compilerimpl<'a, V: Debug> Build<'a, V> for Compilertype Output = Executablefn build(&'a mut self, id: &str, template: Template<V>, calls: &'a HashMap<&'a str, &'a Function<V> + 'a>) -> LittleResult<Self::Output>fn load(&'a mut self, id: &str, env: Fingerprint, calls: &'a Vec<&'a Function<V> + 'a>) -> LittleResult<Self::Output>