@martian17/fuckjs

1.0.10 • Public • Published

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

/@martian17/fuckjs/

    Package Sidebar

    Install

    npm i @martian17/fuckjs

    Weekly Downloads

    2

    Version

    1.0.10

    License

    MIT

    Unpacked Size

    5.74 kB

    Total Files

    9

    Last publish

    Collaborators

    • martian17