all repos — min @ 5de08491a5edd30cb55ec88b7df365162f817f91

A small but practical concatenative programming language.

Fixes
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 05:11:11 +0100
commit

5de08491a5edd30cb55ec88b7df365162f817f91

parent

97fc6538cc82f989e01ceb3325adf3b811ef0176

2 files changed, 3 insertions(+), 1 deletions(-)

jump to
M lib/min_lang.nimlib/min_lang.nim

@@ -89,12 +89,13 @@ if not file.endsWith(".min"):

file = file & ".min" info("[load] File: ", file) let f = simplifyPath(i.filename, file) + var i2 = i.copy(f) if MINCOMPILED and COMPILEDMINFILES.hasKey(f): COMPILEDMINFILES[f](i2) else: if not f.fileExists: raiseInvalid("File '$1' does not exist." % file) - i.load f + i2.load f def.symbol("require") do (i: In): let vals = i.expect("'sym")
M tasks/github.mintasks/github.min

@@ -69,6 +69,7 @@ ) foreach

) :delete-assets ; Module symbols +{} ( {} "/releases" %endpoint