lp:~irie/+junk/bf2py

Created by IRIE Shinsuke and last modified

bf2py --- The Brainfuck-to-Python Compiler

The Brainfuck is an esoteric programming language invented by Urban Müller in 1993, in an attempt to create a Turing-complete language for which he could write the smallest compiler ever, for the Amiga OS 2.0.

See http://en.wikipedia.org/wiki/Brainfuck for details.

This program is an implementation of Brainfuck language written in Python. Since the Brainfuck program is converted into Python code before executing, the program runs much faster than on an interpreter.

Examples:

 bf2py -e hoge.b
           Execute Brainfuck program hoge.b
 bf2py -o hoge.py hoge.b
           Convert hoge.b into hoge.py
 bf2py -h
           Show help

Get this branch:
bzr branch lp:~irie/+junk/bf2py
Only IRIE Shinsuke can upload to this branch. If you are IRIE Shinsuke please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
IRIE Shinsuke
Status:
Development

Recent revisions

1. By IRIE Shinsuke

Initial import of bf2py (Version 0.2.0)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers