c_a_l

Crates.ioc_a_l
lib.rsc_a_l
version0.1.4
sourcesrc
created_at2024-07-18 21:41:25.056003
updated_at2024-07-19 02:04:28.005709
descriptioncool array language
homepage
repositoryhttp://git.badboy.institute/~skye/cal
max_upload_size
id1308055
size107,200
(bleedsa)

documentation

README

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 -->
Commit count: 0

cargo fmt