/brainfuck-interpreter

Basic brainfuck interpreter implementation in C.

Primary LanguageCMIT LicenseMIT

Brainfuck Interpreter

This project aims to implement a lightweight brainfuck interpreter using C. For the time being, this implementation remains rather basic, however in the future it aims to be fully compliant to the brainfuck "specification" put forth here.

Building

Make sure you have gcc installed.

make re

Usage

./bf <target file>