NAME
malbolge - an interpreter for Malbolge programming language
SYNOPSIS
malbolge [FILE]
DESCRIPTION
Executes Malbolge programs from standard input, or alternatively from a
given source file.
OPTIONS
--by-the-book
respect specification over reference implementation while
interpreting read/write instructions
--relaxed
skip source code validation (the reference implementation skips
it)
EXAMPLES
malbolge
Executes a Malbolge program from standard input
malbolge hello-world.mb
Executes the Malbolge program hello-world.mb
malbolge hello-world.mbs
Executes the Malbolge script hello-world.mbs
AUTHOR
Toni Ruottu wrote the MSK (Malbolge Survival Kit) malbolge interpreter.
COPYRIGHT
The MSK Malbolge interpreter has been placed into the public domain by
its original author.
May 20, 2008 malbolge(1)