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!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    2
  • 0.1.0
    1

Package Sidebar

Install

npm i brainfuck2000

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • evanhahn