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

https://github.com/surbhitt/brainpoke

tool for working with brainfuck
https://github.com/surbhitt/brainpoke

brainfuck-compiler brainfuck-debugger brainfuck-interpreter

Last synced: about 2 months ago
JSON representation

tool for working with brainfuck

Awesome Lists containing this project

README

          

## Brainpoke 𓇢𓆸

A simple interpreter.

A tui debugger.

A compiler.

A tool for working with brainfuck.


## Run

```bash
## one time run
$ bash setup

## activate virtual env
$ source env/bin/activate

## run with hello_world.bfk example
$ bash run
## -------------- or ----------------
$ python main.py bfk_eg/hello_world.bfk
```
## Screencast

![showcase](assets/bfk.gif)