Skip to content

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

License

Notifications You must be signed in to change notification settings

TheBaum123/brainfuck-compiler-repl-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published