/bf-interpreter

An interpreter for the brainfuck esoteric programming language.

Primary LanguagePython

A simple and straightforward interpreter for brainfuck.

Features

  • Step through a program instruction-by-instruction
  • Memory tape pretty printing
  • Verbose mode that describes the effect of the current instruction