Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/texus/brainfuck-interpreter

A simple brainfuck interpreter written in c++ just for fun.
https://github.com/texus/brainfuck-interpreter

Last synced: 2 months ago
JSON representation

A simple brainfuck interpreter written in c++ just for fun.

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