[][src]Module brainfrsck::prelude

Basic functions and structs you may need along the way

Re-exports

pub use crate::instruction::Instruction;
pub use crate::components::Tape;
pub use crate::components::Memory;
pub use crate::components::IO;
pub use crate::interpreter::Interpreter;
pub use crate::interpreter::eval_string;
pub use crate::error::BrainfuckError;
pub use crate::util::ToBytes;