cpr_bfvm

Crates.iocpr_bfvm
lib.rscpr_bfvm
version0.1.5
sourcesrc
created_at2024-03-12 23:59:50.108351
updated_at2024-03-20 11:57:01.275932
descriptionA brainfuck interpreter
homepagehttps://github.com/cloone8/bfrs
repository
max_upload_size
id1171171
size56,117
Wouter de Bruijn (cloone8)

documentation

README

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
Commit count: 0

cargo fmt