Module bf::state [] [src]

The Brainfuck machine state.

Useful for creating initial states for testing, and also the interface used by the interpreters to access the state.

Structs

State

The Brainfuck machine state.

Constants

DEFAULT_CAPACITY

(== 30_000) The default number of 8-bit memory cells, as used by State::new.