nstarke / lament-configuration

A node.js implementation of the Malbolge specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A node.js implementation of the Malbolge specification


Languages

Language:JavaScript 100.0%