Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 557 Bytes

brainfuck-compiler-repl-js

a brainfuck compiler and brainfuck repl i made cause i was bored.

installation:

you can install the package by:

  1. running npm i -g @thebaum/brainfuck
  2. cloning the repo, opening it and running npm i -g .

how to use:

run bf after installing to open the repl (read-evaluate-print-loop) or

run node . from the repos root to open the repl or

append a path to a brainfuck program to one of these methods to run it (e.g.:bf ~/Desktop/helloWorld.bf) to run the brainfuck program called helloWorld.bf on your desktop.