1.0.1 • Published 2 years ago
@thebaum/brainfuck v1.0.1
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.