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
- Host: GitHub
- URL: https://github.com/izeau/bifurk
- Owner: izeau
- License: mit
- Created: 2017-07-14T12:35:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T12:37:15.000Z (almost 9 years ago)
- Last Synced: 2025-08-08T10:47:40.291Z (10 months ago)
- Topics: brainfuck, brainfuck-interpreter, javascript, node
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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.