all repos — min @ f175852fe1999c01ed9dfd62f521b7d20e393da8

A small but practical concatenative programming language.

tasks/_helpers.min

 1
"min.yml" fread from-yaml :config
".env.yml" fread from-yaml :env

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