My very own Malbolge interpreter
The interpreter
The Malbolge interpreter I wrote in python: mbg.py.
Pretty short and simple, it is based on the specification as written for the Wikipedia article instead of the original one. This is probably why it doesn't look much like the other existing implementations of the interpreter.
Some programs
- 99bottles_1.mb
- 99bottles_2.mb
- adventure_game.mb
- answer.mb
- cat.mb
- hello-world.mb
- hello_1.mb
- hello_2.mb
- hello_3.mb
- mbg.py
- quine.mb
- rot13.mb
Get the archive.