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