all repos — mn @ fd47cc4031cb698d92e15e1944f16149eef66586

A truly minimal concatenative programming language.

tasks/release.mn

 1
 2
 3
 4
 5
 6
 7
 8
 9
"tasks/clean.mn" read eval
"tasks/build.mn" read eval

(
    clean__default
    build__linux
    build__windows
    build__macosx
) (release__default) lambda