[][src]Module passerine::compiler::gen

Structs

Chunk

Represents a single interpretable chunk of bytecode, Think a function.

Functions

gen

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