Skip to content

A simple Brainfuck Interpreter written in Python 3.6

License

Notifications You must be signed in to change notification settings

LiquidFox1776/Brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

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

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

License

This repository uses the MIT License.

About

A simple Brainfuck Interpreter written in Python 3.6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages