a brainfuck compiler and brainfuck repl i made cause i was bored.
you can install the package by:
- running
npm i -g @thebaum/brainfuck
- cloning the repo, opening it and running
npm i -g .
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.