@bakedpotatolord/brainf--k
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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>

/@bakedpotatolord/brainf--k/

    Package Sidebar

    Install

    npm i @bakedpotatolord/brainf--k

    Weekly Downloads

    0

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    397 kB

    Total Files

    14

    Last publish

    Collaborators

    • bakedpotatolord