Crates.io | cpr_bfvm |
lib.rs | cpr_bfvm |
version | 0.1.5 |
source | src |
created_at | 2024-03-12 23:59:50.108351 |
updated_at | 2024-03-20 11:57:01.275932 |
description | A brainfuck interpreter |
homepage | https://github.com/cloone8/bfrs |
repository | |
max_upload_size | |
id | 1171171 |
size | 56,117 |
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
.
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