Skip to main content

BrainFuck Interpreter

Project description

# BrainFuck Interpreter

Install:

$ pip install brain-fuck-interpreter-cmdl

Usage from terminal:

$ brainfuck -f filePath $ brainfuck -f filePath -m true

Replace “filePath” with the path of the file you want to run.If you enter “-m true” the memory after execution will be printed.

Usage in python:

import brainfuck brainfuck.interpreter(code=’++++.>++++.>>>>++++[.-].’)

It returns an array containing the printed values from BrainFuck.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brain-fuck-interpreter-cmdl-1.1.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page