@martian17/fuckjs

This is a nodejs module that lets you execute brainfuck natively in your main .js file.


Keywords
brainfuck
License
MIT
Install
npm install @martian17/fuckjs@1.0.10

Documentation

fuckjs

This is a nodejs module that lets you execute brainfuck natively in your main .js file.

Installation

npm install @martian17/fuckjs

Use case and example

require("@martian17/fuckjs");

/*

# execute brainfuck as if it's a feature on JavaScript!
# first multi-line comment block will be interpreted as your program
++++++>+>+.<<[>[->+>+<<]>[-<+>]>[-<+>]<.<<-]

*/

for more info, please look at the github repo
github repo: https://github.com/martian17/jsbf
npm: https://www.npmjs.com/package/@martian17/fuckjs