5 个版本
0.1.4 | 2024 年 7 月 19 日 |
---|---|
0.1.3 | 2024 年 7 月 19 日 |
0.1.2 | 2024 年 7 月 18 日 |
0.1.1 | 2024 年 7 月 18 日 |
0.1.0 | 2024 年 7 月 18 日 |
#221 在 编程语言 中
每月 339 次下载
用于 sbse
67KB
2K SLoC
CAL
Cool Array Language.
构建
% cargo test # test
% cargo build # build
% cargo install --path . # install
% cargo install c_a_l # install latest version from crates.io
使用方法
% rlwrap cali # repl
% cali [f] # run file f
% cali -t [f] # run file in text mode
文本模式
<p>this will be printed to stdout as text</p>
<!-- a random number -->
<p><? <"die roll: ", $1?6; ?></p>
<!-- try cali -t README to see what you rolled -->
依赖项
~0.3–10MB
~48K SLoC