37个版本
0.19.0 | 2023年7月16日 |
---|---|
0.18.1 | 2022年6月25日 |
0.18.0 | 2022年4月24日 |
0.13.9 | 2022年3月18日 |
#236 in 编程语言
每月下载量 416次
在 melody_cli 中使用
47KB
1K SLoC
Melody语言编译器
安装
[dependencies]
melody_compiler = "0.19.0"
用法
use melody_compiler::compiler;
let source = r#"1 to 5 of "A";"#;
let output = compiler(source);
assert_eq!(output.unwrap(), "A{1,5}");
链接
依赖
~2–2.8MB
~57K SLoC