#running #file #source-file #src

bin+lib brainfuckr

Yet another brainfuck interpreter written in Rust

4 releases

0.1.3 Oct 10, 2023
0.1.2 Oct 10, 2023
0.1.1 Oct 9, 2023
0.1.0 Oct 9, 2023

#10 in #src

MIT license

640KB
195 lines

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

Dependencies

~4–14MB
~164K SLoC