Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 519 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 519 Bytes

Brainz - Brainfuck Interpreter

A simple Brainfuck Interpreter written in python

Usage

python brainz.py "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.+++."

Example Output

CODE   : ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.+++.
( 15)                   ^
STACK  : [  9] [ 11] [ 10] [  3] [  1]
(  1)            ^                    
STDOUT : ''
STDIN  : ''