Skip to content

A basic BrainFuck interpreter written in python. And a BrainFuck to python code converter.

License

Notifications You must be signed in to change notification settings

Elod-T/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Project

A basic BrainFuck interpreter written in python. And a BrainFuck to python code converter.

What is BrainFuck?

Brainfuck is an esoteric programming language created in 1993 by Urban Müller. Notable for its extreme minimalism, the language consists of only eight simple commands, a data pointer and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainfuck simply requires one to break commands into microscopic steps. (https://en.wikipedia.org/wiki/Brainfuck)

Usage

Interpreter: python3 interpreter.py -f brainfuck.bf

Converter: python3 conver.py -f brainfuck.bf

About

A basic BrainFuck interpreter written in python. And a BrainFuck to python code converter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published