#cells #memory #cpr-bf #cellsize

app cpr_bfvm

A brainfuck interpreter

4 releases

0.1.5 Mar 20, 2024
0.1.4 Mar 18, 2024
0.1.3 Mar 18, 2024
0.1.2 Mar 12, 2024

#5 in #cells

Download history 354/week @ 2024-03-13 182/week @ 2024-03-20 18/week @ 2024-03-27 34/week @ 2024-04-03

153 downloads per month

GPL-3.0 license

45KB
652 lines

cpr_bfvm

crate

A cross-platform Brainfuck interpreter command line utility, built on cpr_bf.

For the complete explanation of each possible option, run the cpr_bfvm with --help.

Examples

Run the Brainfuck program contained in helloworld.bf:

$ cpr_bfvm helloworld.bf

The above example, but with memory cells of 64 bits:

$ cpr_bfvm helloworld.bf --cellsize u64

Dependencies

~2–12MB
~99K SLoC