Skip to content

This is the famous BrainFuck Program. "Hello World" using the smallest intepreter

License

Notifications You must be signed in to change notification settings

TechWithHer/brainfuck-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Repo Size Last Commit Language GitHub stars

🧠 Brainfuck CLI Interpreter

A minimalist yet powerful CLI-based interpreter for the Brainfuck esoteric language, built in Python. Designed to help developers understand how low-level interpreters work while offering a clean and professional tool for executing .bf programs.


📂 Project Structure

brainfuck-cli/ │ ├── brainfuck.py # Interpreter logic ├── cli.py # Command-line interface ├── examples/ # Sample .bf programs │ └── hello_world.bf ├── README.md # You're here ├── LICENSE # Open source MIT license └── requirements.txt # Dependencies (optional)


🚀 How to Use

🐍 Run from Python CLI

python cli.py examples/hello_world.bf

Example Output:
Hello World!



📥 Installation (Optional if you want to make it pip-installable)

git clone git@github.com:TechWithHer/brainfuck-cli.git
cd brainfuck-cli
python cli.py examples/hello_world.bf

About

This is the famous BrainFuck Program. "Hello World" using the smallest intepreter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages