A simple Brainfuck interpreter written in Rust.
Currently it only supports the classic Brainfuck, where the memory is a 30,000-lengthed u8 array.
For usages, check ./bf-interpreter --help.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple Brainfuck interpreter written in Rust.
Currently it only supports the classic Brainfuck, where the memory is a 30,000-lengthed u8 array.
For usages, check ./bf-interpreter --help.