The Bytecode Club

Full Version: Malbolge.c4J - Malbolge '98 interpreter ported over to Java.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Malbolge.c4J is written to be an authentic port of the original '98 malbolge.c to Java.

The goal was to preserve as much of the original C as possible, doing the minimum required changes to port it over to Java.

Click here to view the project source code

Click here to download the latest release


How To Use
Start by downloading the latest release, then download a malbolge script to run.

hello_world.malbolge
Code:
('&%:9]!~}|z2Vxwv-,POqponl$Hjig%eB@@>}=<M:9wv6WsU2T|nm-,jcL(I&%$#"
`CB]V?Tx<uVtT`Rpo3NlF.Jh++FdbCBA@?]!~|4XzyTT43Qsqq(Lnmkj"Fhg${z@>

Code:
java -jar Malbolge.c4J.jar hello_world.malbolge

This will interpret the malbolge script.