文件名称:bf:Rust的Brainfuck解释器
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-22 09:16:44
Rust
bf 这是我为练习Rust编程而写的基本Brainfuck解释器。 用法 例子: cargo run --release samples/mandelbrot.bf
【文件预览】:
bf-master
----Cargo.toml(112B)
----Cargo.lock(43B)
----src()
--------main.rs(4KB)
----LICENSE(1KB)
----samples()
--------loop-without-beginning.bf(3B)
--------mandelbrot.bf(11KB)
--------loop-without-end.bf(4B)
--------helloworld.bf(141B)
----README.md(148B)
----.gitignore(19B)