BrainFuck
Interpreter
By Sameed Ahmed.
BrainFuck Interpreter (In Rust)
Brainfuck is a turing complete programming language, built with only 8 commands, that is almost never used for any sort of programming. BF is Known for its extreme minimalism and challenging syntax, Brainfuck is designed to be a playful and educational exercise rather than a practical language for real-world applications.
This is one of my few big projects, a program written in rust, that is fully capable of interpreting Brainfuck code, all on its own.
Here is a brainfuck Program to print "Hello World" :