brainfuckr

Crates.iobrainfuckr
lib.rsbrainfuckr
version0.1.3
sourcesrc
created_at2023-10-09 18:34:32.435186
updated_at2023-10-10 06:04:11.008494
descriptionYet another brainfuck interpreter written in Rust
homepagehttps://github.com/omgitsaheadcrab/brainfuckr
repositoryhttps://github.com/omgitsaheadcrab/brainfuckr
max_upload_size
id998331
size730,146
Tobias Backer Dirks (omgitsaheadcrab)

documentation

https://docs.rs/brainfuckr/latest/brainfuckr

README

logo

brainfuckr

Yet another brainfuck interpreter written in Rust.

Documentation · Report Bug · Request Feature

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

Commit count: 26

cargo fmt