1.0.10 • Published 3 years ago

@martian17/fuckjs v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago