brainfuck2000

brainfuck for the year 2000

Usage no npm install needed!

<script type="module">
  import brainfuck2000 from 'https://cdn.skypack.dev/brainfuck2000';
</script>

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!