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