Skip to content

LordOfTrident/scbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published