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 |
#449 in Programming languages
Used in sbse
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–9.5MB
~46K SLoC