https://github.com/potatomaster101/bfint
Quick and dirty Brainfuck interpreter
https://github.com/potatomaster101/bfint
brainfuck-interpreter cpp17 fun mit-license
Last synced: about 1 year ago
JSON representation
Quick and dirty Brainfuck interpreter
- Host: GitHub
- URL: https://github.com/potatomaster101/bfint
- Owner: PotatoMaster101
- License: mit
- Created: 2019-07-09T16:23:00.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T08:33:30.000Z (over 2 years ago)
- Last Synced: 2025-02-21T09:48:43.985Z (over 1 year ago)
- Topics: brainfuck-interpreter, cpp17, fun, mit-license
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brainfuck Interpreter
A [brainfuck](https://esolangs.org/wiki/Brainfuck) interpreter written in C++17.
## Usage
```
$ bfint
```
Sample brainfuck code can be found under `/sample` for testing purpose.