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

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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  : ''

About

Simple Python Brainfuck Interpreter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages