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 编程语言

Download history 4/week @ 2024-05-19 2/week @ 2024-06-02 1/week @ 2024-06-16 44/week @ 2024-06-30 373/week @ 2024-07-28

每月下载量 416次
melody_cli 中使用

MIT/Apache

47KB
1K SLoC

Melody Logo

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