all repos — min @ e6b8e42a2cb7f738dd23af19ef035c45cde73752

A small but practical concatenative programming language.

Updates.
h3rald h3rald@h3rald.com
Sat, 01 Jan 2022 15:26:40 +0000
commit

e6b8e42a2cb7f738dd23af19ef035c45cde73752

parent

98e9ced43ae5c57510e1b9e5037f8b147d0e8a8a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M min.nimblemin.nimble

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

description = pkgDescription license = "MIT" bin = @[pkgName] +installExt = @["nim", "c", "h", "a"] installFiles = @["min.yml", "min.nim", "prelude.min", "help.json"] installDirs = @["minpkg"]