all repos — min @ 9504307cb554586d7821dca00a07636766580141

A small but practical concatenative programming language.

Fixed nimble support (Thanks @SolitudeSF)
h3rald h3rald@h3rald.com
Sun, 09 Dec 2018 17:04:25 +0100
commit

9504307cb554586d7821dca00a07636766580141

parent

8d0adb665ec4243b9d9e373f4391aa7c1be2bc72

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

jump to
M core/consts.nimcore/consts.nim

@@ -3,7 +3,7 @@ ospaths

const pkgName* = "min" - pkgVersion* = "0.19.2" + pkgVersion* = "0.19.3" pkgAuthor* = "Fabio Cevasco" pkgDescription* = "A tiny concatenative programming language and shell."
M min.nimblemin.nimble

@@ -8,6 +8,7 @@ author = pkgAuthor

description = pkgDescription license = "MIT" bin = @["min"] +installFiles = @["core/consts.nim"] # Dependencies
M site/settings.jsonsite/settings.json

@@ -5,6 +5,6 @@ "templates": "templates",

"temp": "temp", "output": "output", "title": "min language", - "version": "0.19.2", + "version": "0.19.3", "rules": "rules.min" }