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

pub fn gen(ast: Spanned<AST>) -> Result<Lambda, Syntax>

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