I have created a Brainf*ck interpreter in Rust. It was a fun little project.
This project has the following goodies:
- no recursion (which means it's fast)
- no
unsafe - configurable tape size
- interactive/piped input support
5 messages · Page 1 of 1 (latest)
I have created a Brainf*ck interpreter in Rust. It was a fun little project.
This project has the following goodies:
unsafe