A simple Brainfuck interpreter written in C. This project aims to provide a basic interpreter for the Brainfuck programming language, allowing users to run Brainfuck code and understand its execution.
Brainfuck is an esoteric programming language created in 1993 by Urban Müller. Noted for its extreme minimalism, it consists of only eight commands and operates on an array of memory cells. This interpreter allows you to execute Brainfuck programs and view their output.
Clone the repository:
git clone https://github.com/yourusername/brainfuck-interpreter.git
cd brainfuck-interpreter
To run a Brainfuck program, use the following command:
./brainfuck "<program>"
./brainfuck >++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>>++++++++[<++++>-]<.>>>++++++++++.