# Brainf*** in Python
This project implements a simple interpreter in Python. This is part of a post
comparing interpreter implementation techniques.
If you would like to learn more, see the article at
https://www.sourceprobe.com/articles/interpreters_02_simple/