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
- Host: GitHub
- URL: https://github.com/surbhitt/brainpoke
- Owner: surbhitt
- License: mit
- Created: 2023-05-04T18:17:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:31:55.000Z (8 months ago)
- Last Synced: 2025-02-16T09:29:24.767Z (8 months ago)
- Topics: brainfuck-compiler, brainfuck-debugger, brainfuck-interpreter
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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