Module mice::stack

source · []
Expand description

A stack machine for dice programs. Currently just interprets the stack machine bytecode, but is already faster than the other two interpreters in all benchmarks.

Structs

Enums

Functions

Compile a dice program to run on the stack machine.

Perform a postorder traveral of a program’s AST.