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

quartoxuna/brainz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages