6 个版本

0.1.5 2019年12月24日
0.1.4 2019年12月23日

#246模拟器

MIT 许可证

8KB
170

Brainfuck


Brainfuck 解释器

构建

cargo build

安装

cargo install br4infuck

使用

cargo run /path/to/brainfuck_code.bf

如果你使用mac,可以将brainfuck编译为x86_64

./compiler.sh /path/to/brainfuck_code.bf

依赖项

~750KB