#brainfuck #interpreter #bf

app brainf_intp

Brainfuck interpreter implemented in Rust

1 unstable release

0.1.0 Jun 20, 2024

#1013 in Command line utilities

GPL-3.0-only

15KB
80 lines

brainf*ck Interpreter

This is a fckingly easy-to-use brainfck interpreter, just pass your code as an argument of the executable:

brainf_intp [,.]

To install or test the interpreter, either build it from the source using Cargo or install it using cargo:

cargo install brainf_intp

No runtime deps