A simple Brainfuck Interpreter written in Python 3.6 Copyright 2018 LiquidFox1776 See this Wikipedia article https://en.wikipedia.org/wiki/Brainfuck for a description of the language
usage: bf.py [-h] --file FILE [--number_of_cells NUMBER_OF_CELLS] [--max_cells MAX_CELLS]
optional arguments: -h, --help show this help message and exit --file FILE, -f FILE Program file to run --number_of_cells NUMBER_OF_CELLS, -n NUMBER_OF_CELLS Number of cells to start off with, default is 30000, not affected by max_cells --max_cells MAX_CELLS, -m MAX_CELLS Limits the number of cells that can be created after number_of_cells is defined
This repository uses the MIT License.