Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)