bfrunner_macro

Crates.iobfrunner_macro
lib.rsbfrunner_macro
version0.1.1
created_at2026-01-21 01:33:57.278396+00
updated_at2026-01-21 01:39:54.20185+00
descriptionCompile time macro for you to enjoy brainfuck in rust.
homepage
repositoryhttps://github.com/NekoTheCatgirl/bfrunner
max_upload_size
id2058015
size4,611
Neko The Catgirl (NekoTheCatgirl)

documentation

README

bfrunner-macro

Now you are off the deep end

This is no longer funny now you want to run Brainfuck at compile time???

Well sure whatever, heres how:

use bfrunner_macro::bf;

fn main() {
    let output = bf!(
        "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++."
    );
    println!("{output}");
}
Commit count: 10

cargo fmt