brainfuckr 0.1.3

Yet another brainfuck interpreter written in Rust
Documentation

MITLicensed

Getting Started

Installation

To begin, clone the repository with

git clone https://github.com/omgitsaheadcrab/brainfuckr

Running Tests

Tests can be run using cargo

cargo test

Usage

Evaluate example .b source file

cargo run -- --src tests/test_files/hello_world.b

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements