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
- Host: GitHub
- URL: https://github.com/a740g/brainfuck64
- Owner: a740g
- License: mit
- Created: 2023-02-11T23:09:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T23:45:27.000Z (5 months ago)
- Last Synced: 2024-12-11T00:28:19.304Z (5 months ago)
- Topics: brainfuck, brainfuck-interpreter, brainfuck-language, qb64, qb64-pe, qbasic, qbasic-code, qbasic64, quickbasic, quickbasic64
- Language: QuickBASIC
- Homepage:
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BRAINFUCK64
This is a [Brainfuck](http://en.wikipedia.org/wiki/Brainfuck) interpreter written in QB64-PE.


## 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)