Skip to content

TinnedTuna/Brainfuck2Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Brainfuck to Python Compiler
------------------------------------------------------------------------------

A brainfuck to python compiler.

Usage: python compiler.py input_bf.b out_python.py [-d]

-d is the dubug flag. Interprets '#' in bf code as "print debug info"

This compiles brainfuck from input_bf.b into python code in out_python.py. 
Then simply run "python out_python.py"

License: GPLv3

About

A Brainfuck to Python Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages