Socket
Socket
Sign inDemoInstall

@bakedpotatolord/brainf--k

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @bakedpotatolord/brainf--k

CLI-based brainfuck interpreter.


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
430 kB
Created
Weekly downloads
 

Readme

Source

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>

Keywords

FAQs

Last updated on 11 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc