Malbolge Unshackled Generator

The generator reads a UTF-8 encoded string from STDIN and generates a Malbolge Unshackled program that prints the string. The Malbolge Unshackled program is printed to STDOUT. You can download the C source code of the generator here: generator.c.

Usage example:

$ wget -q https://lutter.cc/unshackled/generator.c
$ gcc -o generator generator.c
$ echo "Hello, world!" | ./generator > hello-world.mu
$ Unshackled hello-world.mu
Hello, world!
$

Contact | Site notice (Impressum)