#pointers #tape #symbols

bin+lib rustfk

Brainfuck 解释器

1 个不稳定版本

使用旧的 Rust 2015

0.1.0 2018年4月26日

#9 in #tape

MIT 许可证

8KB
175

rustfk

一个用 Rust 编写的 Brainfuck 解释器。实现了 8 个符号

><+-.,[]

内存带中的值在无符号字节的边界上溢出/下溢。任何尝试将指针移动到带子末尾之外的操作都会导致错误。

安装

cargo install rustfk

用法

$ rustfk examples/helloworld.b
Hello world!

没有运行时依赖