malbolge 1.0.1

A implementation of the Malbolge Programming Language in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["return"]
categories = ["parser-implementations", "parsing", "emulators", "cryptography"]
description = "A implementation of the Malbolge Programming Language in Rust"
documentation = "https://docs.rs/malbolge"
edition = "2018"
keywords = ["malbolge", "vm", "cryptography", "lang", "esoteric"]
license = "GPL-3.0"
name = "malbolge"
readme = "README.md"
repository = "https://github.com/return/malbolge"
version = "1.0.1"