Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 279 Bytes

bftoc

Brainfuck to C translator

Instructions

Run like so:

python bftoc.py inputFile.bf

Then compile the output file, which has the same name as the input file but a .c extension, with your favorite C compiler.

Enjoy!