13个重大版本发布

0.17.1 2024年1月14日
0.15.1 2024年1月9日
0.0.0 2023年12月30日

#359编程语言

Download history • Rust 包仓库 334/week @ 2024-04-02 • Rust 包仓库

168 每月下载量

MIT 许可证

140KB
3.5K SLoC

SymboScript解释器

安装

cargo install symboscript-interpreter

使用

检查示例文件夹。

示例

symboscript ./examples/basic/hello_world.syms
println["Hello, World!"];

您也可以使用REPL

symboscript #Without path starts REPL

依赖

~6–18MB
~207K SLoC