https://github.com/roaldnefs/brainfuck
Brainfuck interpreter written in C++.
https://github.com/roaldnefs/brainfuck
brainfuck cpp interpreter
Last synced: about 1 year ago
JSON representation
Brainfuck interpreter written in C++.
- Host: GitHub
- URL: https://github.com/roaldnefs/brainfuck
- Owner: roaldnefs
- Created: 2019-09-15T19:26:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T20:57:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T01:28:32.245Z (over 1 year ago)
- Topics: brainfuck, cpp, interpreter
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brainfuck Interpreter
Brainfuck interpreter written in C++.
```console
$ g++ -Wall brainfuck.cc -o brainfuck
$ ./brainfuck --help
usage: ./brainfuck
options:
-h --help show this help message
$ ./brainfuck hello.bf
```