Skip to content

a740g/Brainfuck64

Repository files navigation

BRAINFUCK64

This is a Brainfuck interpreter written in QB64-PE.

Screenshot1 Screenshot2 Screenshot3

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