1.1.1 • Published 2 years ago

@bakedpotatolord/brainf--k v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

brainf--k-js

CLI-based brainfuck interpreter.

Why?

There is a lot of brainfuck interpreters on npm, but most of them either return unexpected results, or require you to either write your code inside of a .js file or use the fs module to pass it into the program. This package solves this problem by instead using a command line interface to smoothly run brainfuck code.

Install

Install package globally with:

npm i  @bakedpotatolord/brainf--k -g

Usage

  • Write your program in any text or .bf file
  • If nessesary, make an input.txt file, and put your input values into it
  • Run your program with:
bfi <path_to_your_program>
1.1.1

2 years ago

1.1.0

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago