Function passerine::compiler::gen::gen[][src]

pub fn gen(sst: (Spanned<SST>, Scope)) -> Result<Lambda, Syntax>

Simple function that generates unoptimized bytecode from an SST. Exposes the functionality of the Compiler.