/BrainFuckInterpreterPy

This is a simple Brainfuck interpreter written in Python. Brainfuck is a minimalist programming language known for its extreme minimalism and difficulty to read and write. It consists of only eight commands, each represented by a single character. This interpreter can load Brainfuck programs from files and interpret them.

Primary LanguagePython

Stargazers

No one’s star this repository yet.