Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.2 KB
logo

brainfuckr

Yet another brainfuck interpreter written in Rust.

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

brainfuckr in action!

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