logo

brainfuckr

Yet another brainfuck interpreter written in Rust.

Documentation · Report Bug · Request Feature

[![MITLicensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) ## Getting Started ### Installation To begin, clone the repository with ```bash git clone https://github.com/omgitsaheadcrab/brainfuckr ``` ### Running Tests Tests can be run using cargo ```bash cargo test ``` ### Usage

brainfuckr in action!

Evaluate example `.b` source file ```bash cargo run -- --src tests/test_files/hello_world.b ``` ## License Distributed under the MIT License. See [LICENSE](LICENSE) for more information. ## Acknowledgements - [brainfuck.org](http://brainfuck.org/)