Crate yabf_rs

Source

Re-exports§

pub use io::*;

Modules§

io

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
ProgramStatus

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.