mindoodoo / brainfuck-interpreter

Basic brainfuck interpreter implementation in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Basic brainfuck interpreter implementation in C.

License:MIT License


Languages

Language:C 93.4%Language:Makefile 3.4%Language:Brainfuck 3.2%