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

https://github.com/izeau/bifurk

Quick & dirty Brainfuck interpreter
https://github.com/izeau/bifurk

brainfuck brainfuck-interpreter javascript node

Last synced: about 1 month ago
JSON representation

Quick & dirty Brainfuck interpreter

Awesome Lists containing this project

README

          

# bifurk

Quick & dirty Brainfuck interpreter. Probably useless. Should work on any UNIX-like OS, and maybe on MS systems.

Examples included are either written by the author, copyed from the Wikipedia or from brainfuck.org.

Install with `npm i -g bifurk` and use `bifurk ` to run.