https://github.com/texus/brainfuck-interpreter
A simple brainfuck interpreter written in c++ just for fun.
https://github.com/texus/brainfuck-interpreter
Last synced: about 1 year ago
JSON representation
A simple brainfuck interpreter written in c++ just for fun.
- Host: GitHub
- URL: https://github.com/texus/brainfuck-interpreter
- Owner: texus
- Created: 2014-05-07T16:22:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T16:29:50.000Z (about 12 years ago)
- Last Synced: 2025-03-20T21:40:46.568Z (about 1 year ago)
- Language: C++
- Size: 109 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Brainfuck interpreter
=====================
A simple brainfuck interpreter written in c++ just for fun.
Compile & Run
-------------
g++ bf-interpreter.cpp -std=c++11 -o bf-interpreter
./bf-interpreter input.bf