1//! # Hersenneuk 2//! 3//! A Brainfuck interpreter written in Rust. 4 5pub mod code_cleanup; 6pub mod interpreter; 7pub mod syntax_checking;