Struct foxbox_thinkerbell::compile::Compiler  
            
                [−]
            
        [src]
pub struct Compiler<Env> where Env: ExecutableDevEnv {
    // some fields omitted
}Methods
impl<Env> Compiler<Env> where Env: ExecutableDevEnv
fn new() -> Result<Self, Error>
fn compile(&self, script: Script<UncheckedCtx>) -> Result<Script<CompiledCtx<Env>>, Error>
Attempt to compile a script.