Skip to content

An implementation of the Malbolge interpreter in Rust.

License

Notifications You must be signed in to change notification settings

helvm/malbolge-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Rust 61.9%
  • C 38.1%