This is a Rust-based interpreter for the Brainf programming language. The interpreter supports reading Brainf programs from files and taking input directly from the command line.
- Rust (with Cargo) installed on your system. You can get it from here.
To build the project, run the following command in the root directory of the project:
cargo build --release
This will create an executable in the target/release directory.
To run the interpreter, use the following command:
cargo run --release -- -f <file_path> -i
Contributions are welcome! Please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License.