Skip to content

Sellig6792/FuckBF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License



  1. About the Project
  2. Installation
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgements

About The Project

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:

(back to top)

Built With

Rust Cargo

(back to top)

Installation

1. Prebuilt binaries

You can download the prebuilt binaries from the releases page. If your system is not supported, you can build it yourself.

2. Building from source

You need to have Cargo installed.

git clone https://github.com/Sellig6792/FuckBrainfuck.git
cd FuckBrainfuck
cargo build --release

(back to top)

Usage

fbf [OPTIONS] <FILE>

Options

-O, --optimize Optimize the code before executing it

-V, --version Prints version information

-h, --help Prints help information

(back to top)

Contributing

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!

  1. Fork the Project
  2. Checkout the develop branch: git checkout develop
  3. Create your Branch (feature or fix): git checkout -b [feature/fix]/[name]
  4. Commit your Changes: git commit -m 'Add some [...]
  5. Push to the Branch: git push origin [feature/fix]/[name]
  6. Open a Pull Request to the develop branch and explain your changes

(back to top)

License

Distributed under the MIT License. See the licence for more information.

(back to top)

Contact

Sellig6792 - @Sellig6792 - sellig6792@gmail.com

(back to top)

Acknowledgements

(back to top)