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

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

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