Re-exports§
pub use io::*;
Modules§
Structs§
- BfInstance
- A structure that stores everything related to the program.
- Program
- A structure that contains the program logic and the program counter.
Enums§
- Instruction
- Enum to keep track of Brainfuck Instructions
- Program
Status
Functions§
- default_
flush - Default
flush
function that writes the output to regular stdout. - default_
input_ source - Default
input_source
that gets its input from stdin.