Crates.io | c_a_l |
lib.rs | c_a_l |
version | 0.1.4 |
source | src |
created_at | 2024-07-18 21:41:25.056003 |
updated_at | 2024-07-19 02:04:28.005709 |
description | cool array language |
homepage | |
repository | http://git.badboy.institute/~skye/cal |
max_upload_size | |
id | 1308055 |
size | 107,200 |
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 -->