brainfuck2000

0.1.1 • Public • Published

BRAINFUCK 2000

brainfuck for the year 2000. made for the javascript.

quick start

in Node/Browserify/Webpack:

var brainfuck = require('brainfuck2000')

and then:

var program = brainfuck(',+.>,+.')
program.run('gh')
program.resultString()  // 'hi'
program.result          // [104, 105]
program.tape            // [104, 105]

pow pow!

/brainfuck2000/

    Package Sidebar

    Install

    npm i brainfuck2000

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • evanhahn