brainfuck2000
v0.1.1
Published
brainfuck for the year 2000
Downloads
3
Readme
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!