1 unstable release
0.1.0 | Jun 20, 2024 |
---|
#1306 in Command line utilities
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