Crates.io | mbi |
lib.rs | mbi |
version | 1.0.1 |
source | src |
created_at | 2019-08-15 18:19:07.396651 |
updated_at | 2019-08-15 18:19:07.396651 |
description | A safe Malbolge interpreter written in Rust. |
homepage | |
repository | https://github.com/return/malbolge/blob/master/mbi/ |
max_upload_size | |
id | 157138 |
size | 62,327 |
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
cargo install mbi
mbi program.mb
cargo build && cargo test
GPLv3+