#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 234/week @ 2024-03-12 302/week @ 2024-03-19 5/week @ 2024-03-26 47/week @ 2024-04-02

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
~100K SLoC