Structs

CodeBox is an object. It contains a *><> program complete with a stack, and is typically run in steps via CodeBox.Swim.

Stack is a type representing a stack in *><>. It holds the stack values in s, as well as a register. The register may contain data, but will only be considered filled if filled_register is also true.