all repos — min @ 70f513ed8b99663e2d17e262fb7d6304b1c69df5

A small but practical concatenative programming language.

tasks/_helpers.min

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

; Module symbols
{}
(
    :prog (prog which "" ==) ("$# is not available" (prog) =% error 1 exit) when
) %required
+helpers