Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aermoss/brainfuck

A simple BrainFuck interpreter written in Python.
https://github.com/aermoss/brainfuck

brainfuck brainfuck-interpreter esolang esoteric-interpreter esoteric-language interpreter

Last synced: about 2 months ago
JSON representation

A simple BrainFuck interpreter written in Python.

Awesome Lists containing this project

README

        

# BrainFuck
A simple BrainFuck interpreter written in Python.

# Getting Started
## Usage
```
python main.py main.bf
```

## Disabling value limits
```
python main.py main.bf --no-limit
```

# Examples
## Hello, World!
```
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>>>>++++[>++++++++++<-]>++++.
<<<<<>++.<<+++++++++++++++.>.+++.------.--------.>+.>.
```