~toni-ruottu/msk/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
 The Malbolge Survival Kit, that you're currently holding
 in your virtual hands, contains everything you need for
 coding Malbolge on a desert island. Ability to use the
 Internet and a group of cryptography gurus may come in
 handy too.

 malbolge.c      - the original Malbolge interpreter
 malbolge.txt    - the original Malbolge guide

 malbolge.py     - a Malbolge interpreter written in Python
 license         - states your rights
 README          - this file
 AUTHORS         - lists the contributors

some Malbolge script examples...

 hello-world.mbs - prints 'HEllO WORld' to screen
 99bottles.mbs   - prints lyrics for '99 Bottles of Beer'
 copy.mbs        - copies input to output

 hello-world.mb  - a non-script version of hello world