Skip to main content

An object-oriented highly flexible brainfuck interpreter.

Project description

brainfuck-interpreter

An object-oriented highly flexible brainfuck interpreter.

Why?

Even though there are probably countless of other options, I've made this because I found other projects were too high-level for me and didn't provide much control over the interpreter. This module, however, allows the developer to access, modify and control every piece of how the brainfuck is evaluated, making this program superior to other projects.

It was also a fun project to work on in general.

Features

  • Object-oriented
  • Easy to use
  • Logging integration
  • Allows streaming of brainfuck code
  • Manual input/output stream control
  • Manual interpreter stepping

Examples

A basic example which should suit most usages of this library:

import brainfuck

bf = '+[----->+++<]>+.---.+++++++..+++.[--->+<]>----.'
print(brainfuck.evaluate(bf))  # hello!

For examples featuring more control over the interpreter, check out the examples directory.

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

brainfuck-interpreter-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

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