Brainfuck64 is a Brainfuck interpreter written in QB64-PE.
You can run a Brainfuck program by passing its path or URL as a command-line argument:
./Brainfuck64 program.bfIf run without arguments, a file selection dialog will appear.
- The latest version of the QB64-PE compiler.
-
Clone the repository with submodules:
git clone --recursive https://github.com/a740g/Brainfuck64.git cd Brainfuck64 -
Build using the provided
Makefile:make
On Windows, you may need to use
mingw32-make.
A test suite is included to verify the interpreter's correctness.
make testThis project is licensed under the MIT License - see the LICENSE.txt file for details.


