Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickbutton/bfc


https://github.com/rickbutton/bfc

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# `bfc` - Brainfuck to C compiler

bfc compiles brainfuck code to c. Compile that c with gcc and run it!

make bfc
./bfc example.bf example.c
gcc example.c -o example
./example

or just

make

to do all of the above.