Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kikuchy/brainfuck.hx
brainfuck interpreter made by Haxe, for javascript.
https://github.com/kikuchy/brainfuck.hx
Last synced: 1 day ago
JSON representation
brainfuck interpreter made by Haxe, for javascript.
- Host: GitHub
- URL: https://github.com/kikuchy/brainfuck.hx
- Owner: kikuchy
- Created: 2014-07-10T08:19:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-11T07:44:34.000Z (over 10 years ago)
- Last Synced: 2024-12-20T05:02:56.358Z (6 days ago)
- Language: Haxe
- Homepage: http://jsdo.it/kikuchy/7ewt
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Usage
```
$ haxe -main BFRunner -js runner.js
```See sample below.
[http://jsdo.it/kikuchy/7ewt](http://jsdo.it/kikuchy/7ewt)