all repos — min @ fcaf01a5f2ed3fdf96fdc6a32585ec5b2ee87492

A small but practical concatenative programming language.

tasks/_helpers.min

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
"min.yml" fread from-yaml :config
".env.yml" fread from-yaml :env

(
    symbol required
    ('sym :prog ==>)
    (
        (prog which "" ==) ("$# is not available" (prog) =% error 1 exit) when
    )
) ::