It all started on Graven's Discord server on June 26, 2022. It was a joke that ended up on this shit...
So FuckBrainfuck was born. It is an improvement of the classic BrainFuck, with some new features and new commands.
Already implemented:
You can download the prebuilt binaries from the releases page. If your system is not supported, you can build it yourself.
You need to have Cargo installed.
git clone https://github.com/Sellig6792/FuckBrainfuck.git
cd FuckBrainfuck
cargo build --release
fbf [OPTIONS] <FILE>
-O, --optimize
Optimize the code before executing it
-V, --version
Prints version information
-h, --help
Prints help information
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that could make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Checkout the develop branch:
git checkout develop
- Create your Branch (feature or fix):
git checkout -b [feature/fix]/[name]
- Commit your Changes:
git commit -m 'Add some [...]
- Push to the Branch:
git push origin [feature/fix]/[name]
- Open a Pull Request to the develop branch and explain your changes
Distributed under the MIT License. See the licence for more information.
Sellig6792 - @Sellig6792 - [email protected]