Features
- Interpret Brainf**k code
- Use Brainf**k to print better ;)
- Interpret BF files
Getting Started
Prerequisites
- Rust (latest stable version recommended)
Installation
Clone the repository:
Build the project:
Usage
To use the library in your project, add the following to your Cargo.toml:
[]
= "1.0.0"
Then, you can use it in your code as follows:
extern crate bf_playground;
use ;
use BFPlayground;
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License.