2 个稳定版本
1.0.2 | 2023年11月14日 |
---|
#595 in 编程语言
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