A Brainfuck interpreter written in Rust, created out of boredom.
Rustyfuck is a simple Brainfuck interpreter written in Rust. It was created as a fun project to explore Rust and provide an efficient way to run Brainfuck code
Before building the project, ensure you have the following installed:
Rust (latest stable version)
- Clone the repository:
First, clone the project repository to your local machine:
git clone https://github.com/OctoBanon-Main/rustyfuck.git
cd rustyfuck- Build the project:
To compile the project, run the following command:
cargo build --releaseThe compiled executable will be available in the /target/release/ directory.
Once the project is built, you can run the Brainfuck interpreter with the following command:
- For Linux/macOS:
./target/release/rustyfuck <path>- For Windows:
.\target\release\rustyfuck.exe <path><path>: Path to the Brainfuck source code file you want to interpret.
Alternatively, you can check the version of the program by running:
- For Linux/macOS:
./target/release/rustyfuck -V # or --version- For Windows:
.\target\release\rustyfuck.exe -V # or --versionThis will output the current version of the interpreter.
This project is licensed under the Unlicense. Do whatever the fuck you want with it.
i said gg five times