#interpreter #vm #esoteric #malbolge

app mbi

A safe Malbolge interpreter written in Rust

1 stable release

1.0.1 Aug 15, 2019

#26 in #esoteric

GPL-3.0 license

42KB
290 lines

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+

Dependencies

~505KB