f.ck

Brain fuck programmatic api

Usage no npm install needed!

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

README

Install

In terminal,

gt;_ npm i --save f.ck

Usage

const f = require('f.ck');

f('++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.')
  .then(value => console.log(value))
  .catch(err => console.log(err))

  /*
  $ yarn test || npm run test
  H
  e
  l
  l
  o

  W
  o
  r
  l
  d
  !
  */