LordOfTrident / scbf

Simple C Brainf+ck interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scbf

Short C Brainf+ck interpreter

License Issues GitHub pull requests


The shortest and unreadable brainf+ck interpreter i could come up with (301 bytes) while keeping it able to compile on most platforms.

Make

Use make all to see all the make targets.

Compiling

Run make or make compile which will create a binary in the bin/ folder.

If you want to change the compiler make uses, set the C variable. Example: make C=gcc

About

Simple C Brainf+ck interpreter

License:GNU General Public License v3.0


Languages

Language:C 61.7%Language:Makefile 26.5%Language:Brainfuck 11.8%