Yes, that's one more Brainfuck language interpreter.
The main purpose of this project is to show that Brainfuck is not scary, that's why this interpreter is so simple, so people could read it and understand how Brainfuck works internally.
To build and run this project you need to perform this 3 commands:
- git clone 'https://github.com/shevtsiv/brainofduck.git'
- cd brainofduck
- cargo run
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.