#language #array #text #cool #file #repl

nightly bin+lib c_a_l

酷数组语言

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

Download history 307/week @ 2024-07-14 11/week @ 2024-07-21 20/week @ 2024-07-28 1/week @ 2024-08-04

每月 339 次下载
用于 sbse

GPL-3.0 许可证

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