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 |
#701 in Memory management
153 downloads per month
45KB
652 lines
cpr_bfvm
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
~1–12MB
~89K SLoC