all repos — min @ 6e1d32a14f45e70f30f8cbc8172836c8d6fc25cf

A small but practical concatenative programming language.

Added help.json to installation folder.
h3rald h3rald@h3rald.com
Sat, 06 Feb 2021 21:21:09 +0000
commit

6e1d32a14f45e70f30f8cbc8172836c8d6fc25cf

parent

80927c5faaa359728b733fab2faa26444f7d3181

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

jump to
M min.nimblemin.nimble

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

description = pkgDescription license = "MIT" bin = @[pkgName] -installFiles = @["min.yml", "min.nim", "prelude.min"] +installFiles = @["min.yml", "min.nim", "prelude.min", "help.json"] installDirs = @["minpkg"] # Dependencies
M next-release.mdnext-release.md

@@ -1,3 +1,7 @@

+### Fixes + +* Now adding **help.json** to installation folder when installing via nimble. + ### New Features * The symbol **type?** is now able to check if a value satisfies a type expression, not only a simple type (#144). Note however that it is now necessary to prepend dictionary types with `dict:` (as in type expressions).