Skip to content

mrkatebzadeh/brainf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainf Interpreter in Rust

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.

Requirements

  • Rust (with Cargo) installed on your system. You can get it from here.

Installation

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.

Usage

To run the interpreter, use the following command:

cargo run --release -- -f <file_path> -i

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published