https://github.com/thormeier/bf-interpreter
Simple interpreter for the esoteric language Brainfuck written in vanilla JS.
https://github.com/thormeier/bf-interpreter
Last synced: 9 months ago
JSON representation
Simple interpreter for the esoteric language Brainfuck written in vanilla JS.
- Host: GitHub
- URL: https://github.com/thormeier/bf-interpreter
- Owner: thormeier
- Created: 2014-07-18T20:58:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T13:21:30.000Z (almost 12 years ago)
- Last Synced: 2025-10-11T16:05:39.651Z (9 months ago)
- Language: JavaScript
- Homepage: http://thormeier.github.io/bf-interpreter
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
thormeier/bf-interpreter
========================
Simple interpreter for the esoteric language [Brainfuck](http://en.wikipedia.org/wiki/Brainfuck) written in vanilla JS.
[See it in action!](http://thormeier.github.io/bf-interpreter)