/lament-configuration

A node.js implementation of the Malbolge specification

Primary LanguageJavaScript

Lament Configuration

Node.js-based Malbolge interpreter

This library is an implementation of the Malbolge specification in Javascript. It has been successfully tested with the 'hello-world.mb' program as well as the '99 bottles' program.

Usage

$ node index.js -s <program-to-run.mb>

Examples:

$ node index.js -s programs/hello-world.mb
$ node index.js -s programs/bottles-995.mb