https://github.com/gboncoffee/webheadache
Brainfuck interpreter on the browser, written in CoffeeScript
https://github.com/gboncoffee/webheadache
brainfuck brainfuck-interpreter coffeescript computer-science interpreter javascript programming-language web
Last synced: 10 months ago
JSON representation
Brainfuck interpreter on the browser, written in CoffeeScript
- Host: GitHub
- URL: https://github.com/gboncoffee/webheadache
- Owner: gboncoffee
- License: mit
- Created: 2022-11-01T01:28:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T12:26:59.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:14:22.392Z (about 1 year ago)
- Topics: brainfuck, brainfuck-interpreter, coffeescript, computer-science, interpreter, javascript, programming-language, web
- Language: CoffeeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainfuck on the browser
[Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter for the
browser, written in CoffeeScript.
Before running, remember to compile the
[CoffeeScript](https://github.com/jashkenas/coffeescript) script to JavaScript
with `coffee -c headache.coffee`.
Also see my native Brainfuck interpreter written in C:
[headache](https://github.com/gboncoffee/headache)