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

pub fn gen(cst: Spanned<CST>) -> Result<Lambda, Syntax>

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