#brainfuck-interpreter #brainfuck #interpreter #beginner-project

bin+lib brainfuck-hcy

我的第一个 Rust 项目:Brainfuck 解释器,全面且易于阅读

2 个稳定版本

1.0.2 2023年11月14日

#595 in 编程语言

MIT 许可证

4MB
625

brainfuck

我的第一个 Rust 项目:brainfuck 解释器全面易于阅读

用法

$ ./brainfuck --help
Usage:

[code]               Use an argument as the code
-f [path]            Read code from a file
--REPL | --repl      Start in REPL mode
--bulk               Bulk output mode
--cell [u8|u16|u32]  Set the cell size
-v | --verbose       Display verbose information
--IR                 Display intermediate representation of the code
[input]              Input can be a string ending with 'u32' to be parsed as uint32

显示

mandel

input

uint-8

无运行时依赖