文件名称:纸莎草纸:(锈)repl
文件大小:129KB
文件格式:ZIP
更新时间:2024-03-22 04:19:46
Rust
Papyrus-生锈的REPL和脚本运行工具。 该项目不再维护。 请参阅和。 查看进度并在做出贡献 papyrus= > 2+2 papyrus [out0]: 4 概述 纸莎草纸在您的终端中创建Rust REPL。 可以在评估的反馈中逐行输入代码,也可以通过stdin句柄注入代码。 每个代码段都是在基于表达式的系统上评估的,因此以分号终止需要更多的输入。 例子 [lib] papyrus= > 2+2 papyrus [out0]: 4 [lib] papyrus= > println ! ( " Hello, world! " ) ; [lib] papyrus. > out0 * out0 Hello, world ! papyrus [out1]: 16 [lib] papyrus= > :help help -- prints the help messages cance
【文件预览】:
papyrus-master
----Cargo.toml(2KB)
----.github()
--------workflows()
----test-script.sh(633B)
----Cargo.lock(48KB)
----src()
--------run()
--------main.rs(4KB)
--------repl()
--------output()
--------cmds()
--------complete()
--------input()
--------linking.rs(17KB)
--------code.rs(42KB)
--------lib.rs(5KB)
--------compile()
--------fmt.rs(6KB)
----examples()
--------output-file.rs(2KB)
--------data-borrowing.rs(2KB)
--------output-stdio.rs(4KB)
--------mutating.rs(2KB)
--------async.rs(1KB)
--------custom-cmds.rs(2KB)
----LICENSE(1KB)
----test-resources()
--------external_crate()
--------external_kserd()
----modoc.config(284B)
----README.md(3KB)
----docs()
--------book.toml(107B)
--------src()
--------modocs()
--------.gitignore(5B)
----tests()
--------repl-api.rs(2KB)
----.gitignore(66B)
----CHANGELOG.md(6KB)
----benches()
--------benches.rs(31KB)