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

https://github.com/a740g/brainfuck64

A Brainfuck interpreter for QB64-PE
https://github.com/a740g/brainfuck64

brainfuck brainfuck-interpreter brainfuck-language qb64 qb64-pe qbasic qbasic-code qbasic64 quickbasic quickbasic64

Last synced: about 2 months ago
JSON representation

A Brainfuck interpreter for QB64-PE

Awesome Lists containing this project

README

        

# BRAINFUCK64

This is a [Brainfuck](http://en.wikipedia.org/wiki/Brainfuck) interpreter written in QB64-PE.

![Screenshot1](screenshots/screenshot1.png)
![Screenshot2](screenshots/screenshot2.png)
![Screenshot3](screenshots/screenshot3.png)

## USAGE

* Clone the repository to a directory of your choice
* Open Terminal and change to the directory using an appropriate OS command
* Run `git submodule update --init --recursive` to initialize, fetch and checkout git submodules
* Open *Brainfuck64.bas* in the QB64-PE IDE and press `F5` to compile and run
* Pass the Brainfuck program to execute as a command line parameter

## BIBLIOGRAPHY

* [Esolang – Brainfuck](http://esolangs.org/wiki/brainfuck)
* [Wikipedia – Brainfuck](http://en.wikipedia.org/wiki/Brainfuck)