5 releases

0.1.4 Jul 19, 2024
0.1.3 Jul 19, 2024
0.1.2 Jul 18, 2024
0.1.1 Jul 18, 2024
0.1.0 Jul 18, 2024

#269 in Programming languages

32 downloads per month
Used in sbse

GPL-3.0 license

67KB
2K SLoC

CAL

Cool Array Language.

BUILDING

% cargo test              # test
% cargo build             # build
% cargo install --path .  # install
% cargo install c_a_l     # install latest version from crates.io

USAGE

% rlwrap cali  # repl
% cali [f]     # run file f
% cali -t [f]  # run file in text mode

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 -->

Dependencies

~0.3–10MB
~47K SLoC