Script is an interpreter for Brainfuck programming language.
Python 3.9.10
- Remember, everything except 8 basic characters ('<', '>', '+', '-', '.', ',', '[', ']') in Brainfuck is a comment.
- You can write description of the program at the beginning enclosed in '[]' brackets, that may contain some of the basic instructions (interpreter will skip the entire loop). Everything after is an actual program.
- Script checks for the number of brackets used (if they are not equal, script will generate a message with location of the abnormal bracket and will stop execution).
- Write or copy the program to the brain_fuck_program.txt file and save it.
- Set print_original_brainfuck_program and print_instructions_without_comments variables accordingly.
- Run the script.
- After successful execution, result should be visible in the terminal window.
Print the result of the Brainfuck programming language out of boredom. Project contains simple "Hello World!" program in brain_fuck_program.txt file.
Distributed under the MIT License. See LICENSE file for more information.