Malbolge
This is an implementation of the Malbolge interpreter in Rust.
Running
Run the binary against the sample Malbolge programs in the programs
directory:
cargo run --release programs/99bottles.mb
Malbolge Programs
hello-world.mb by Andrew Cooke
99bottles.mb by Hisashi Iizawa
copy.mb by Lou Scheffer