/scbf

Simple C Brainf+ck interpreter

Primary LanguageCGNU General Public License v3.0GPL-3.0

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