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

pub fn gen(ast: Spanned<AST>) -> Chunk

The bytecode generator (emitter) walks the AST and produces (unoptimized) Bytecode There are plans to add a bytecode optimizer in the future.