Skip to content

m0r13/pyBrainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pyBrainfuck is a little Brainfuck interpreter and compiler written in Python.

Command line actions:
	-x --execute 	-	Executes a Brainfuck script.
	-c --compile 	-	Compiles a Brainfuck script to c code.
	
Command line options:
	-i --input 		-	The file to read Brainfuck code from.
	-o --output		- 	The file to write the compiled c code.

If you don't set the input file the input is read from stdin.
If you don't set the output file the output is written to stdout.

About

a Brainfuck interpreter written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages