Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

brainfuck esolang esoteric-language interpreter javascript

Last synced: 1 day 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`