An open API service indexing awesome lists of open source software.

https://github.com/clemlak/brainfuck-interpreter

Just another Brainfuck interpreter
https://github.com/clemlak/brainfuck-interpreter

brainfuck esolang esoteric-language interpreter javascript

Last synced: 8 months ago
JSON representation

Just another Brainfuck interpreter

Awesome Lists containing this project

README

          

# Brainfuck Interpreter

Just another Brainfuck interpreter.

## Usage

Just call the `index.js` file with the path of the file containing your program. For example:
`node index.js helloworld.b`