https://github.com/lestherll/bf-interp
Yet Another Brainfuck Interpreter written in Python
https://github.com/lestherll/bf-interp
Last synced: 3 months ago
JSON representation
Yet Another Brainfuck Interpreter written in Python
- Host: GitHub
- URL: https://github.com/lestherll/bf-interp
- Owner: lestherll
- License: mit
- Created: 2021-08-08T20:34:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T09:35:14.000Z (almost 5 years ago)
- Last Synced: 2025-03-06T04:13:30.122Z (over 1 year ago)
- Language: Brainfuck
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bf-interp
Yet Another Brainfuck Interpreter written in Python
# Usage
```sh
python3 naive.py
```