mbi 1.0.1

A safe Malbolge interpreter written in Rust.
## Malbolge Interpreter in Rust

This is a very simple Malbolge interpreter written in Rust and it is able to run many complex programs written in Malbolge.

It is used for the Malbolge Programming Language implementation in Rust.

See: https://github.com/return/malbolge

### Installation

`cargo install mbi`

### Usage

`mbi program.mb`

### Testing

`cargo build && cargo test`

### License

GPLv3+